Delete of double fix of empty url.

svn: r11846
This commit is contained in:
Peter Landgren 2009-02-04 14:49:03 +00:00
parent 5ddf3b46b2
commit 78feddd292

View File

@ -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):