Skip to content

Commit

Permalink
Remove explicit call to setup_logging()
Browse files Browse the repository at this point in the history
  • Loading branch information
rickymoorhouse committed Feb 12, 2020
1 parent e7c9462 commit 5108fde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hemApp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ def load_config(path = 'hem.yaml'):
exit(2)


setup_logging()

@six.add_metaclass(abc.ABCMeta)
class Metrics(object):
"""Base class for storing of metrics data
Expand Down

0 comments on commit 5108fde

Please sign in to comment.