summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poezio/plugin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/poezio/plugin.py b/poezio/plugin.py
index 94cb330f..61e0ea87 100644
--- a/poezio/plugin.py
+++ b/poezio/plugin.py
@@ -91,7 +91,6 @@ class SafetyMetaclass(type):
async def async_helper(*args, **kwargs):
passthrough = kwargs.pop('passthrough', False)
try:
- log.debug('FOO: %r, %r', args, kwargs)
return await f(*args, **kwargs)
except:
if passthrough: