Cleaning a few debugging lines that are no longer useful

This commit is contained in:
Elijah Lazkani 2017-09-10 09:28:29 -04:00
parent 75993f0d1a
commit 7381fd8ad3

View file

@ -31,8 +31,6 @@ class AdminCmd:
:param kwargs dict: for API compatibility
:return: None
"""
test = kwargs.get('is_admin', None)
self.logger.debug("test {}".format(test))
if bool(kwargs.get('is_admin', None)):
for regex, (func, pattern) in self.services.items():
match = regex.match(message)