Remove System.out.println()

Closes gh-3395
This commit is contained in:
izeye 2015-07-02 10:50:52 +09:00 committed by Stephane Nicoll
parent eb49f4bfec
commit e98b2a1a33
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ class FileWatchingFailureHandler implements FailureHandler {
@Override
public void onChange(Set<ChangedFiles> changeSet) {
System.out.println("Changes");
this.latch.countDown();
}