From 2d86483907314a02b92458a82230093a8e11f1cf Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 26 Mar 2020 20:13:36 +0100 Subject: [PATCH] no more debugging for the map --- owrx/map.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owrx/map.py b/owrx/map.py index f70d1cc..779696b 100644 --- a/owrx/map.py +++ b/owrx/map.py @@ -8,6 +8,7 @@ import sys import logging logger = logging.getLogger(__name__) +logger.setLevel(logging.INFO) class Location(object):