remove stray debugging print
discovered by running under py3 which balked at an old-style print :-)
This commit is contained in:
parent
1e256c6443
commit
1fb8959585
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user