diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/location.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/location.py b/modules/location.py index ee97419b..e4f769aa 100644 --- a/modules/location.py +++ b/modules/location.py @@ -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", |
