Commit b81c6398 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #3395 from izeye/patch-30

* pr/3395:
  Remove System.out.println()
parents eb49f4bf e98b2a1a
......@@ -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