Merge branch 'rm-foo-logging' into 'master'

BasePlugin: Remove debug logging

See merge request poezio/poezio!55
This commit is contained in:
mathieui 2020-01-02 00:15:49 +01:00
commit 30a7ac052a

View file

@ -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: