Commit e98b2a1a authored by izeye's avatar izeye Committed by Stephane Nicoll

Remove System.out.println()

Closes gh-3395
parent eb49f4bf
......@@ -67,7 +67,6 @@ class FileWatchingFailureHandler implements FailureHandler {
@Override
public void onChange(Set<ChangedFiles> changeSet) {
System.out.println("Changes");
this.latch.countDown();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment