Skip to content

Commit e98b2a1

Browse files
izeyesnicoll
authored andcommitted
Remove System.out.println()
Closes spring-projectsgh-3395
1 parent eb49f4b commit e98b2a1

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)