mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove debug string
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user