Normand Briere
2019-08-28 47745d8ade7238a188f7ab78eaf5e8a269d96fdd
Composite.java
....@@ -401,7 +401,6 @@
401401 {
402402 child = (Object3D) e.nextElement();
403403 }
404
-
405404 }
406405
407406 void createEditWindow(GroupEditor callee, boolean newWindow) //, boolean root)
....@@ -878,7 +877,7 @@
878877 }
879878 catch (Exception e)
880879 {
881
- System.err.println("FAILED: " + this);
880
+ // System.err.println("FAILED: " + this);
882881 failedPigment = true;
883882 }
884883