]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Disabled debug prints from ResourceEditorInput2 53/253/3
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 5 Jan 2017 12:12:45 +0000 (14:12 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 5 Jan 2017 12:15:30 +0000 (15:15 +0300)
refs #6936

Change-Id: I92531d321fa753922c9fe126091adba91636db62

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;