altosui: Add support for telemetry version 4
[fw/altos] / altosui / AltosTelemetryIterable.java
index a71ab8726d0dce64bf1b746e0e13e61e444c84b3..14b5f27fc2c39e4ef142b82bdc09d604cc5fb7ca 100644 (file)
@@ -63,7 +63,6 @@ public class AltosTelemetryIterable extends AltosRecordIterable {
                                } catch (ParseException pe) {
                                        System.out.printf("parse exception %s\n", pe.getMessage());
                                } catch (AltosCRCException ce) {
                                } catch (ParseException pe) {
                                        System.out.printf("parse exception %s\n", pe.getMessage());
                                } catch (AltosCRCException ce) {
-                                       System.out.printf("crc error\n");
                                }
                        }
                } catch (IOException io) {
                                }
                        }
                } catch (IOException io) {