remove debug string

This commit is contained in:
Ben Fry
2022-01-17 20:38:49 -05:00
parent 1a86975df0
commit 53132927e2
@@ -306,7 +306,8 @@ class StatusPanel extends JPanel {
void update(DetailPanel panel) {
System.out.println("rebuilding status panel for " + panel.getContrib().name);
// System.out.println("rebuilding status panel for " + panel.getContrib().name);
// new Exception("rebuilding status panel for " + panel.getContrib().name).printStackTrace(System.out);
progressPanel.removeAll();
iconLabel.setIcon(panel.getContrib().isSpecial() ? foundationIcon : null);