Skip to content

Commit

Permalink
remove logging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lol-cubes committed Nov 25, 2019
1 parent 92a8bd8 commit fbec9f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions cl_timer/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
ExitException, MutableString
)

import logging as l

logging = l.getLogger(__name__)

HOME = str(Path.home())

char = lambda string: Char.fromstring(string)
Expand Down
4 changes: 0 additions & 4 deletions cl_timer/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
ExitException, MutableString
)

import logging

logging.basicConfig(filename='cl-timer.log', level=logging.INFO)

HOME = str(Path.home())

try:
Expand Down

0 comments on commit fbec9f0

Please sign in to comment.