BasePlugin: Remove debug logging
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e6d2347d93
commit
1184e9c600
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue