remove stray debugging print

discovered by running under py3 which balked at an old-style print :-)
This commit is contained in:
Vassilii Khachaturov 2013-12-26 18:59:33 +02:00
parent 1e256c6443
commit 1fb8959585

View File

@ -169,7 +169,6 @@ class GeoFamily(GeoGraphyView):
def add_bookmark(self, obj):
mlist = self.selected_handles()
print mlist
if mlist:
self.bookmarks.add(mlist[0])
else: