Skip to content

Commit 5c1ef1d

Browse files
committed
Remove print statement
1 parent 3f1cc8e commit 5c1ef1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discord/commands/commands.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ def __new__(cls, *args, **kwargs) -> SlashCommandGroup:
727727
self.__initial_commands__ = []
728728
for i, c in cls.__dict__.items():
729729
if isinstance(c, (SlashCommand, SlashCommandGroup)):
730-
print(c.parent)
731730
c.parent = self
732731
self.__initial_commands__.append(c)
733732

0 commit comments

Comments
 (0)