Cleaning a few debugging lines that are no longer useful
This commit is contained in:
parent
75993f0d1a
commit
7381fd8ad3
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ class AdminCmd:
|
||||||
:param kwargs dict: for API compatibility
|
:param kwargs dict: for API compatibility
|
||||||
:return: None
|
:return: None
|
||||||
"""
|
"""
|
||||||
test = kwargs.get('is_admin', None)
|
|
||||||
self.logger.debug("test {}".format(test))
|
|
||||||
if bool(kwargs.get('is_admin', None)):
|
if bool(kwargs.get('is_admin', None)):
|
||||||
for regex, (func, pattern) in self.services.items():
|
for regex, (func, pattern) in self.services.items():
|
||||||
match = regex.match(message)
|
match = regex.match(message)
|
||||||
|
|
Loading…
Reference in a new issue