From 187220c25e174fad87c867a4fd7913fe0c8f7397 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 5 Oct 2018 09:45:49 +0100 Subject: Remove prints --- modules/rest_api.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/rest_api.py') diff --git a/modules/rest_api.py b/modules/rest_api.py index c97b5baf..5fe7cc3b 100644 --- a/modules/rest_api.py +++ b/modules/rest_api.py @@ -25,7 +25,6 @@ class Handler(http.server.BaseHTTPRequestHandler): hook = hooks[0] authenticated = hook.get_kwarg("authenticated", True) key = get_params.get("key", None) - print(key) if authenticated and ( not key or not _bot.get_setting("api-key-%s" % key[0], False)): -- cgit v1.3.1-10-gc9f91