From 1184e9c60018e80a5806ebe5fbb98735be037b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 1 Jan 2020 23:51:08 +0100 Subject: BasePlugin: Remove debug logging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/plugin.py | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v1.2.3