Skip to content

Commit

Permalink
Remove some logging.info's
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Jan 30, 2015
1 parent 4565716 commit 9b77845
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vpoller/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,6 @@ def load_helper_modules(self):
)
continue

logger.info(
'Helper module %s successfully loaded',
helper
)
self.helper_modules[helper] = module

def run_helper(self, helper, msg, data):
Expand Down

0 comments on commit 9b77845

Please sign in to comment.