summaryrefslogtreecommitdiff
path: root/altoslib/AltosStateIterable.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-05-10 22:49:04 -0700
committerKeith Packard <keithp@keithp.com>2016-05-11 23:22:15 -0700
commit42021d9fdc6f7a74cc9b20ebf3cf60b4c5f4ea82 (patch)
treebcbbeb9cc0f28338fa67bf16c7b0fb387c70902e /altoslib/AltosStateIterable.java
parent60f4d69592c440ab7bb67a04f4c07fc7279d2c20 (diff)
altoslib: Remove some debug printf calls
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosStateIterable.java')
-rw-r--r--altoslib/AltosStateIterable.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/altoslib/AltosStateIterable.java b/altoslib/AltosStateIterable.java
index a7baa85e..2d2d342f 100644
--- a/altoslib/AltosStateIterable.java
+++ b/altoslib/AltosStateIterable.java
@@ -32,7 +32,6 @@ public abstract class AltosStateIterable implements Iterable<AltosState> {
try {
in = new FileInputStream(file);
} catch (Exception e) {
- System.out.printf("Failed to open file '%s'\n", file);
return null;
}
if (file.getName().endsWith("telem"))