commented out extraneous println.

This commit is contained in:
kruland2607 2013-04-07 20:43:52 -05:00
parent 0477c3edfd
commit faac6d2537

View File

@ -163,7 +163,7 @@ public class DecalRegistry {
@Override
public void handleEvent(WatchEvent evt) {
DecalImageImpl.this.delegate.fireChangeEvent();
System.out.println(this.getFile() + " has changed");
//System.out.println(this.getFile() + " has changed");
}