diff options
Diffstat (limited to 'grc/core/platform.py')
-rw-r--r-- | grc/core/platform.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/core/platform.py b/grc/core/platform.py index 7426c178f6..8ba473a2cc 100644 --- a/grc/core/platform.py +++ b/grc/core/platform.py @@ -26,7 +26,6 @@ from .FlowGraph import FlowGraph from .Connection import Connection logger = logging.getLogger(__name__) -logging.basicConfig(level=logging.INFO) class Platform(Element): |