From fbec9f066c8b6f2d1bcb9ed7cf2cf7fe474c3d41 Mon Sep 17 00:00:00 2001 From: lol-cubes Date: Sun, 24 Nov 2019 19:10:15 -0500 Subject: [PATCH] remove logging statements --- cl_timer/interpreter.py | 4 ---- cl_timer/timer.py | 4 ---- 2 files changed, 8 deletions(-) diff --git a/cl_timer/interpreter.py b/cl_timer/interpreter.py index bdbdcca..e61523f 100644 --- a/cl_timer/interpreter.py +++ b/cl_timer/interpreter.py @@ -20,10 +20,6 @@ ExitException, MutableString ) -import logging as l - -logging = l.getLogger(__name__) - HOME = str(Path.home()) char = lambda string: Char.fromstring(string) diff --git a/cl_timer/timer.py b/cl_timer/timer.py index 7b748c3..45d1820 100644 --- a/cl_timer/timer.py +++ b/cl_timer/timer.py @@ -31,10 +31,6 @@ ExitException, MutableString ) -import logging - -logging.basicConfig(filename='cl-timer.log', level=logging.INFO) - HOME = str(Path.home()) try: