diff --git a/core/src/net/sf/openrocket/document/DecalRegistry.java b/core/src/net/sf/openrocket/document/DecalRegistry.java index 90d92aed8..fca62654e 100644 --- a/core/src/net/sf/openrocket/document/DecalRegistry.java +++ b/core/src/net/sf/openrocket/document/DecalRegistry.java @@ -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"); }