removed spurious debug println

This commit is contained in:
Daniel_M_Williams 2015-06-25 19:39:30 -04:00
parent 02cc32eb6e
commit 2729c426b2

View File

@ -188,7 +188,7 @@ public class RocketFigure extends AbstractScaleFigure {
Coordinate zero = new Coordinate(0,0,0);
getShapeTree( figureShapes, theRocket, zero);
System.err.println(" updating the RocketFigure.");
// System.err.println(" updating the RocketFigure.");
repaint();
fireChangeEvent();
}