Skip to content

Commit 10c0733

Browse files
author
Frédéric Guillot
committed
Remove noisy debug logging
Avoid millions of line of logs for nothing.
1 parent 6f0732b commit 10c0733

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)