summaryrefslogtreecommitdiff
path: root/altosui/AltosEepromManage.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-03-25 21:29:50 -0700
committerKeith Packard <keithp@keithp.com>2011-03-25 21:29:50 -0700
commitdea80af81b388cc3d7073444919f4e98b12fa730 (patch)
tree16444aabd3cad90d6a97e1dcd3b1cf6f7695736c /altosui/AltosEepromManage.java
parent7f5b5848ad6ef5c808638a29c3dc0101b56ed11e (diff)
altosui: Remove a bunch of debug printfs from the eeprom manager code
Just noise on stdout. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosEepromManage.java')
-rw-r--r--altosui/AltosEepromManage.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/altosui/AltosEepromManage.java b/altosui/AltosEepromManage.java
index d10f7954..b12d95fa 100644
--- a/altosui/AltosEepromManage.java
+++ b/altosui/AltosEepromManage.java
@@ -69,7 +69,6 @@ public class AltosEepromManage implements ActionListener {
boolean success = e.getID() != 0;
boolean running = false;
- System.out.printf("Eeprom manager action %s %d\n", cmd, e.getID());
if (cmd.equals("download")) {
if (success) {
if (any_delete) {