]> gerrit.simantics Code Review - simantics/3d.git/commitdiff
Disable outline page DEBUG option from product builds 03/3503/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 12 Nov 2019 11:56:26 +0000 (13:56 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 12 Nov 2019 11:56:26 +0000 (13:56 +0200)
gitlab #53

Change-Id: I6d9fff240ed19ac0e5085dc2db0693cea3e32180

org.simantics.plant3d/src/org/simantics/plant3d/editor/P3DContentOutlinePage.java

index f853a02f06c56e04416201fb43d9b72f1bcfe838..893a07300cd2c95db095123c3794e7dbfdf53a54 100644 (file)
@@ -31,7 +31,7 @@ import org.simantics.plant3d.scenegraph.controlpoint.PipeControlPoint;
 
 public class P3DContentOutlinePage extends VTKContentOutlinePage<Resource, INode>{
        
-       private static final boolean DEBUG = true;
+       private static final boolean DEBUG = false;
        protected Menu contextMenu;
        
        private LocalResourceManager manager = new LocalResourceManager(JFaceResources.getResources());