altoslib: Remove debug stack dump from AltosState
authorKeith Packard <keithp@keithp.com>
Tue, 12 Sep 2017 20:34:23 +0000 (13:34 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 12 Sep 2017 20:34:23 +0000 (13:34 -0700)
An empty AltosState is allocated when parsing JSON data; it's not a
mistake.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosState.java

index 9ee3d57ddf814fe340ef53df61fa2e31758d5cae..39ab10da14c9c78bafee2156b7b3097b6ac80a71 100644 (file)
@@ -1060,7 +1060,6 @@ public class AltosState extends AltosDataListener {
        }
 
        public AltosState() {
-               Thread.dumpStack();
                init();
        }