]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.selectionview/src/org/simantics/selectionview/DebugPolicy.java
Work in progress
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / DebugPolicy.java
index 1e00e441ee6e0e32c4de11c0033bcbcee20584b7..563885854dc03529365883ded9b9333f140848e5 100644 (file)
@@ -6,6 +6,6 @@ package org.simantics.selectionview;
  */
 public final class DebugPolicy {
 
-    public static final boolean  DEBUG = false;
+    public static final boolean  DEBUG = true;
 
 }