]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/Expression.java
Utilize slf4j
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / expressions / Expression.java
index edf93841b5c9ba1adf7420238ee7c24451ed81c6..e01098c12df762eb3e32c43caaff6baaee3f36c6 100755 (executable)
@@ -207,8 +207,6 @@ public abstract class Expression extends Symbol implements Typed {
     public abstract void collectFreeVariables(THashSet<Variable> vars);\r
     \r
     public Expression simplify(SimplificationContext context) {\r
-        System.out.println("#############################");\r
-        System.out.println(this);\r
         throw new InternalCompilerError(location, getClass().getSimpleName() + " does not support simplify method.");\r
     }\r
 \r