9608: remove old debug bloc (rev 586bd2fc)

special cases generating AttributeError
This commit is contained in:
romjerome 2016-08-06 11:50:59 +02:00
parent 586573d289
commit eb5c8da8b0

View File

@ -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 ...