Skip to content

Commit e94c640

Browse files
author
Kile
committed
Remove unused prints
1 parent ad180d5 commit e94c640

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

killua/utils/classes/card.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ async def new(cls, name_or_id: str, ctx: commands.Context = None) -> Card:
132132
ctx=ctx,
133133
)
134134

135-
print("Instance: ", cls, type(cls))
136-
print(getattr(card, "exec", None))
137-
print("Passed type: ", type(cls), cls)
138-
139135
cls.cache[cards_id] = card
140136
return card
141137

0 commit comments

Comments
 (0)