Merge branch 'rm-foo-logging' into 'master'
BasePlugin: Remove debug logging See merge request poezio/poezio!55
This commit is contained in:
commit
30a7ac052a
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