Skip to content

Commit

Permalink
oops remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 27, 2013
1 parent ed8c1be commit 5843379
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastkml/kml.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,6 @@ def append_data(self, name, value):
if isinstance(name, basestring) and name:
self._data.append({'name':name, 'value': value})
else:
print name
raise TypeError('name must be a nonempty string')

def etree_element(self):
Expand Down

0 comments on commit 5843379

Please sign in to comment.