Skip to content

Commit

Permalink
Don't print done in bootstrap, fixes scalameta#718
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Feb 7, 2017
1 parent 943f8d4 commit 7675a60
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ object ScalafmtBootstrap {
val urls = localArtifacts.collect {
case \/-(file) => file.toURI.toURL
}
System.err.println("Done")
val classLoader = new URLClassLoader(urls.toArray, null)
val reflectiveDynamicAccess = new ReflectiveDynamicAccess(classLoader)
val loadedClass =
Expand Down

0 comments on commit 7675a60

Please sign in to comment.