altosui: Remove debugging from KML export
[fw/altos] / altosui / AltosKML.java
index ff0734b8cbbe25a36c8edb40058b79809d13603e..73a5ae53d7474e21598c6184593cc350ac4814c4 100644 (file)
@@ -133,6 +133,7 @@ public class AltosKML implements AltosWriter {
 
                if (gps == null)
                        return;
+
                if ((record.seen & (AltosRecord.seen_flight)) == 0)
                        return;
                if ((record.seen & (AltosRecord.seen_gps_lat)) == 0)