Skip to content

Commit

Permalink
bugfix: Removed redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjbillington committed May 22, 2017
1 parent b48580c commit d35a914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

def setup_logging(program_name, log_level=logging.DEBUG, terminal_level=logging.INFO, maxBytes=1024*1024*50, backupCount=1):
logger = logging.getLogger(program_name)
main_path = __main__.__file__ if hasattr(__main__, '__file__') else __file__
try:
try:
program_module = __import__(program_name)
Expand Down

0 comments on commit d35a914

Please sign in to comment.