commented out extraneous println.
This commit is contained in:
parent
0477c3edfd
commit
faac6d2537
@ -163,7 +163,7 @@ public class DecalRegistry {
|
|||||||
@Override
|
@Override
|
||||||
public void handleEvent(WatchEvent evt) {
|
public void handleEvent(WatchEvent evt) {
|
||||||
DecalImageImpl.this.delegate.fireChangeEvent();
|
DecalImageImpl.this.delegate.fireChangeEvent();
|
||||||
System.out.println(this.getFile() + " has changed");
|
//System.out.println(this.getFile() + " has changed");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user