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: