Skip to content

Commit

Permalink
mavkml.py: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgubler committed Jan 18, 2014
1 parent 8c3b39e commit b87b5aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pymavlink/tools/mavkml.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ def save_kml(filename):
kml.save(filename)
print "KML written to " + filename

#test
# exportKML([(47.5, 8.), ((48., 9.))], "test.kml")

def add_data(t, msg, vars, fields, field_types):
'''add some data'''

Expand Down

0 comments on commit b87b5aa

Please sign in to comment.