diff --git a/bot/LionContext.py b/bot/LionContext.py index 4e01b579..8444c9cc 100644 --- a/bot/LionContext.py +++ b/bot/LionContext.py @@ -61,7 +61,6 @@ class Wrappable: ) def __call__(self, *args, **kwargs): - print(args, kwargs) if self.wrappers: return self._wrapped(iter(self.wrappers.values()))(*args, **kwargs) else: