From 795a9a91af3b547ac37127624b17a499647b866b Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 28 Apr 2019 10:51:18 +0100 Subject: Remove debug print --- modules/location.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') 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", -- cgit v1.3.1-10-gc9f91