From faac6d2537f42822f1194196f91034f23628bc21 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Sun, 7 Apr 2013 20:43:52 -0500 Subject: [PATCH] commented out extraneous println. --- core/src/net/sf/openrocket/document/DecalRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }