From aaea16fccd8e6406f395d5aca55c103bf348af62 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 2 Nov 2016 17:43:11 +0100 Subject: [PATCH] Remove relict --- receiver/lorautil.py | 1 - 1 file changed, 1 deletion(-) diff --git a/receiver/lorautil.py b/receiver/lorautil.py index 79dfe00..79d9576 100644 --- a/receiver/lorautil.py +++ b/receiver/lorautil.py @@ -7,7 +7,6 @@ import psycopg2 import json import logging -logging.basicConfig(format=FORMAT) log = logging.getLogger("lorautil") log.setLevel(logging.DEBUG)