Skip to content

Commit aadca8b

Browse files
authored
Merge pull request #9 from internap/debugging
Remove noisy debug logging
2 parents 6f0732b + 10c0733 commit aadca8b

File tree

1 file changed

+0
-1
lines changed
  • ubersmith_remote_module_server

1 file changed

+0
-1
lines changed

ubersmith_remote_module_server/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def __init__(self, modules, app, router):
3535
app.add_url_rule('/{}'.format(module_name), view_func=handle_endpoint, methods=['POST'])
3636

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

0 commit comments

Comments
 (0)