]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/src/org/simantics/ui/workbench/ResourceEditorInput2.java
Disabled debug prints from ResourceEditorInput2
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / workbench / ResourceEditorInput2.java
index d40197722a239f9752c68547de0230d87fcdcbde..b33137b529b41def27aaad61d836301d8cdf361c 100644 (file)
@@ -56,7 +56,7 @@ import org.simantics.utils.ui.workbench.StringMemento;
 public class ResourceEditorInput2 extends PlatformObject implements IResourceEditorInput2, IPersistableElement {
 
     private final static boolean          DEBUG_EXISTS    = false;
-    private final static boolean          DEBUG_UPDATE    = true;
+    private final static boolean          DEBUG_UPDATE    = false;
 
     private static final String           NO_NAME         = ResourceEditorInput.NO_NAME;