diff --git a/utils/locationutils.py b/utils/locationutils.py index a6b945b..e001321 100644 --- a/utils/locationutils.py +++ b/utils/locationutils.py @@ -85,8 +85,8 @@ def getGeoLocationByCity(city = "", countrycode: Countrycode = Countrycode.NL ): #print('alternatenames without ()'+ repr( geo)) if (geo): return geo; - log('city not found ' + city) + #log('city not found ' + city) return None; def inAlternatenames(alternatenames = [], name = ""): - return name in alternatenames \ No newline at end of file + return name in alternatenames