diff --git a/deadsands/site_tools/shell/interactive_shell.py b/deadsands/site_tools/shell/interactive_shell.py index 5915f05..2e85be3 100644 --- a/deadsands/site_tools/shell/interactive_shell.py +++ b/deadsands/site_tools/shell/interactive_shell.py @@ -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'.")