From e9091a5c65126eec0d96a75d435fe6ea4cab0412 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Tue, 12 Nov 2019 13:56:26 +0200 Subject: [PATCH] Disable outline page DEBUG option from product builds gitlab #53 Change-Id: I6d9fff240ed19ac0e5085dc2db0693cea3e32180 --- .../src/org/simantics/plant3d/editor/P3DContentOutlinePage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.simantics.plant3d/src/org/simantics/plant3d/editor/P3DContentOutlinePage.java b/org.simantics.plant3d/src/org/simantics/plant3d/editor/P3DContentOutlinePage.java index f853a02f..893a0730 100644 --- a/org.simantics.plant3d/src/org/simantics/plant3d/editor/P3DContentOutlinePage.java +++ b/org.simantics.plant3d/src/org/simantics/plant3d/editor/P3DContentOutlinePage.java @@ -31,7 +31,7 @@ import org.simantics.plant3d.scenegraph.controlpoint.PipeControlPoint; public class P3DContentOutlinePage extends VTKContentOutlinePage{ - private static final boolean DEBUG = true; + private static final boolean DEBUG = false; protected Menu contextMenu; private LocalResourceManager manager = new LocalResourceManager(JFaceResources.getResources()); -- 2.45.2