Remove spurious println

This commit is contained in:
Arnout Engelen 2018-07-10 18:13:36 +02:00
parent a05170c419
commit fb906cb603

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
}