cleaning up the prefs, remove debug msg

This commit is contained in:
Ben Fry
2013-06-01 10:15:15 -04:00
parent 32086aad8a
commit df98b6345a
3 changed files with 28 additions and 38 deletions
@@ -97,8 +97,6 @@ public abstract class EditorToolbar extends JComponent implements MouseInputList
modeTitle = mode.getTitle();
modeTextFont = mode.getFont("mode.button.font");
modeButtonColor = mode.getColor("mode.button.color");
System.out.println(modeTextFont.getPSName() + " " + mode.theme.get("mode.button.font"));
if (modeArrow == null) {
String suffix = Toolkit.highResDisplay() ? "-2x.png" : ".png";