Remove debug print
This commit is contained in:
parent
4466bc34de
commit
795a9a91af
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue