Skip to content

Commit

Permalink
turn off debug logging for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bear committed Jul 8, 2014
1 parent 3708938 commit a7077ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsedatetime/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
echoFormatter = logging.Formatter('%(levelname)-8s %(message)s')
log.addHandler(echoHandler)

log.setLevel(logging.DEBUG)
#log.setLevel(logging.DEBUG)

0 comments on commit a7077ed

Please sign in to comment.