Delete of double fix of empty url.
svn: r11846
This commit is contained in:
parent
5ddf3b46b2
commit
78feddd292
@ -61,9 +61,7 @@ class MapService():
|
||||
self.url = ''
|
||||
#An instance is called, we display the result
|
||||
self.calc_url()
|
||||
# Don't call the map if empty url.
|
||||
if len(self.url) >0:
|
||||
self.__display()
|
||||
self.__display()
|
||||
self._free()
|
||||
|
||||
def _get_first_place(self):
|
||||
|
Loading…
Reference in New Issue
Block a user