removing debug print
This commit is contained in:
@@ -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'.")
|
||||
|
||||
Reference in New Issue
Block a user