no more debugging for the map

This commit is contained in:
Jakob Ketterl 2020-03-26 20:13:36 +01:00
parent 24a4d03eff
commit 2d86483907
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import sys
import logging
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
class Location(object):