From fb5f3f7aababbfbc6991f5b8aac4c6037c8760d7 Mon Sep 17 00:00:00 2001 From: onerandomusername Date: Wed, 12 Jan 2022 06:35:38 -0500 Subject: minor: remove print debugging statement --- bot/utils/decorators.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bot/utils/decorators.py') diff --git a/bot/utils/decorators.py b/bot/utils/decorators.py index 3688327a..ed03c054 100644 --- a/bot/utils/decorators.py +++ b/bot/utils/decorators.py @@ -203,7 +203,6 @@ def whitelist_check(**default_kwargs: Container[int]) -> Callable[[Context], boo # as we have groups, we want to ensure that group commands inherit from the parent overridden_command: Union[commands.Command, commands.Group] = None for command in [ctx.command, *ctx.command.parents]: - print(command) if hasattr(command.callback, "override"): overridden_command = command break -- cgit v1.2.3