Composite.java
.. .. @@ -401,7 +401,6 @@ 401 401 { 402 402 child = (Object3D) e.nextElement(); 403 403 } 404 -405 404 } 406 405 407 406 void createEditWindow(GroupEditor callee, boolean newWindow) //, boolean root) .. .. @@ -878,7 +877,7 @@ 878 877 } 879 878 catch (Exception e) 880 879 { 881 - System.err.println("FAILED: " + this);880 + // System.err.println("FAILED: " + this);882 881 failedPigment = true; 883 882 } 884 883