From 1fb89595850f092e389eead0e28f8459697cc1eb Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Thu, 26 Dec 2013 18:59:33 +0200 Subject: [PATCH] remove stray debugging print discovered by running under py3 which balked at an old-style print :-) --- gramps/plugins/view/geofamily.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gramps/plugins/view/geofamily.py b/gramps/plugins/view/geofamily.py index 6619dddfd..aea0872d0 100644 --- a/gramps/plugins/view/geofamily.py +++ b/gramps/plugins/view/geofamily.py @@ -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: