]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.interop/src/org/simantics/interop/test/GraphChanges.java
Process changes in smaller chunks
[simantics/interop.git] / org.simantics.interop / src / org / simantics / interop / test / GraphChanges.java
index 3fe74177a2b93bcc71f09e90656b8ffc09858d74..e52ad97924aff74d121ad27d6453fca44393f73d 100644 (file)
@@ -39,9 +39,6 @@ public class GraphChanges {
                        this.leftStm = leftStm;
                        this.rightStm = rightStm;
                        
-                       if (leftSub.getResourceId() < 0)
-                               System.out.println();
-                       
                        hashCode = leftSub.hashCode() + rightSub.hashCode();
                        if (leftStm != null)
                                hashCode += leftStm.hashCode();