altosui: Remove debug printfs in FC config UI
authorKeith Packard <keithp@keithp.com>
Tue, 12 Sep 2017 20:37:06 +0000 (13:37 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 12 Sep 2017 20:37:06 +0000 (13:37 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosConfigFCUI.java

index 3fe6cf94b0b0bb6352b914e04a04c65280a26728..1e875dec1aa9b490622fd0d2d371f306b43f0936 100644 (file)
@@ -954,13 +954,11 @@ public class AltosConfigFCUI
        }
 
        public void set_dirty() {
-               System.out.printf("set dirty\n");
                dirty = true;
                save.setEnabled(true);
        }
 
        public void set_clean() {
-               System.out.printf("set clean\n");
                dirty = false;
                save.setEnabled(false);
        }