Skip to content

Commit

Permalink
Merge pull request #9 from internap/debugging
Browse files Browse the repository at this point in the history
Remove noisy debug logging
  • Loading branch information
fguillot committed Mar 3, 2017
2 parents 6f0732b + 10c0733 commit aadca8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ubersmith_remote_module_server/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def __init__(self, modules, app, router):
app.add_url_rule('/{}'.format(module_name), view_func=handle_endpoint, methods=['POST'])

def list_implemented_methods(self, module):
logging.debug("List implemented methods for {module}".format(module=module))
methods = self.router.list_implemented_methods(module)
return json_response({'implemented_methods': methods}, 200)

Expand Down

0 comments on commit aadca8b

Please sign in to comment.