From eb5c8da8b0f38d8b7cbbcfe635a70051faa10a87 Mon Sep 17 00:00:00 2001 From: romjerome Date: Sat, 6 Aug 2016 11:50:59 +0200 Subject: [PATCH] 9608: remove old debug bloc (rev 586bd2fc) special cases generating AttributeError --- gramps/plugins/lib/maps/placeselection.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gramps/plugins/lib/maps/placeselection.py b/gramps/plugins/lib/maps/placeselection.py index cbc1850b6..4138662eb 100644 --- a/gramps/plugins/lib/maps/placeselection.py +++ b/gramps/plugins/lib/maps/placeselection.py @@ -153,7 +153,7 @@ class PlaceSelection(ManagedWindow, OsmGps): self.window.vbox.pack_start(self.scroll, True, True, 0) self.label2 = Gtk.Label() self.label2.set_markup('%s' % + '>%s' % _('The green values in the row correspond ' 'to the current place values.')) self.label2.set_valign(Gtk.Align.END) @@ -194,9 +194,6 @@ class PlaceSelection(ManagedWindow, OsmGps): self.oldvalue) ) for place in self.places: - if place[0] == '': - _LOG.info('No hierarchy yet: %s' % place) - continue p = (place[0].value, place[1], place[2], place[3]) self.plist.append(p) # here, we could add value from geography names services ...