Remove debug print

This commit is contained in:
jesopo 2019-04-28 10:51:18 +01:00
parent 4466bc34de
commit 795a9a91af

View file

@ -8,7 +8,6 @@ for tz in pytz.all_timezones:
_lower_timezones[tz.lower()] = tz
def _find_tz(s):
print(_lower_timezones.get(s.lower(), None))
return _lower_timezones.get(s.lower(), None)
@utils.export("set", {"setting": "location", "help": "Set your location",