removing debug print

This commit is contained in:
evilchili 2023-08-20 18:34:07 -07:00
parent f258129063
commit 86e501696f

View File

@ -114,8 +114,6 @@ class DMShell(BasePrompt):
except IndexError:
val = None
print(cmd)
handler = getattr(self, f"_handler_date_{cmd}", None)
if not handler:
self.console.error(f"Unsupported command: {cmd}. Try 'help date'.")