Skip to content

Commit

Permalink
commented out logging file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Forfinski-Sarkozi committed Mar 10, 2020
1 parent 182c1d9 commit a763974
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CBlueApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
str(now.minute).zfill(2),
str(now.second).zfill(2))

logging.basicConfig(filename=log_file,
format='%(asctime)s:%(message)s',
level=logging.INFO)

#logging.basicConfig(format='%(asctime)s:%(message)s',
# level=logging.DEBUG)

Expand Down

0 comments on commit a763974

Please sign in to comment.