diff options
author | Keith Packard <keithp@keithp.com> | 2017-09-12 13:37:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-09-12 13:37:06 -0700 |
commit | a4dfaf25954134dbdc7229e2de39d4a4c049f285 (patch) | |
tree | ac061671a2da6337344acbd6fcd170d390db2074 | |
parent | bc1cc0db1251e351d862dffbf618d0ce926c389d (diff) |
altosui: Remove debug printfs in FC config UI
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosui/AltosConfigFCUI.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/altosui/AltosConfigFCUI.java b/altosui/AltosConfigFCUI.java index 3fe6cf94..1e875dec 100644 --- a/altosui/AltosConfigFCUI.java +++ b/altosui/AltosConfigFCUI.java @@ -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); } |