Merge pull request #25335 from akka/spuriousPrintln

Remove spurious println
This commit is contained in:
Patrik Nordwall 2018-07-10 21:01:25 +02:00 committed by GitHub
commit 75c8714b21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,6 @@ object Release extends ParadoxKeys {
IO.copyDirectory(japi, release / "japi" / "akka" / releaseVersion)
IO.copyDirectory(docs, release / "docs" / "akka" / releaseVersion)
println(repo)
state3
}