Comment out noisy system.out.

This commit is contained in:
Kevin Ruland 2011-12-07 03:19:10 +00:00
parent d30083c05b
commit 713bd6bab8

View File

@ -162,7 +162,7 @@ public class RocketPanel extends JPanel implements TreeSelectionListener, Change
configuration.addChangeListener(new StateChangeListener() {
@Override
public void stateChanged(EventObject e) {
System.out.println("Configuration changed, calling updateFigure");
// System.out.println("Configuration changed, calling updateFigure");
updateExtras();
figure.updateFigure();
}