Skip to content

Commit b81c639

Browse files
committed
Merge pull request spring-projects#3395 from izeye/patch-30
* pr/3395: Remove System.out.println()
2 parents eb49f4b + e98b2a1 commit b81c639

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-devtools/src/main/java/org/springframework/boot/devtools/autoconfigure/FileWatchingFailureHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public Listener(CountDownLatch latch) {
6767

6868
@Override
6969
public void onChange(Set<ChangedFiles> changeSet) {
70-
System.out.println("Changes");
7170
this.latch.countDown();
7271
}
7372

0 commit comments

Comments
 (0)