Skip to content

Commit

Permalink
removing unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Feb 11, 2018
1 parent 917b0f3 commit 1cf5b1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wc_utils/debug_logs/config.py
Expand Up @@ -127,6 +127,5 @@ def from_dict(config):
loggers[name] = Logger(name=name, level=level,
formatters=copy.deepcopy(logger_formatters),
handlers=logger_handlers, **config_logger)
print(logger_handlers)

return formatters, handlers, loggers

0 comments on commit 1cf5b1f

Please sign in to comment.