9608: remove old debug bloc (rev 586bd2fc
)
special cases generating AttributeError
This commit is contained in:
parent
586573d289
commit
eb5c8da8b0
@ -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 ...
|
||||
|
Loading…
Reference in New Issue
Block a user