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,8 +61,6 @@ class MapService():
self.url = '' self.url = ''
#An instance is called, we display the result #An instance is called, we display the result
self.calc_url() self.calc_url()
# Don't call the map if empty url.
if len(self.url) >0:
self.__display() self.__display()
self._free() self._free()