diff options
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core.py b/src/core.py index 5db2f4f8..6fdb883c 100644 --- a/src/core.py +++ b/src/core.py @@ -1310,8 +1310,6 @@ class Core(object): return else: self.information(_("unknown command (%s)") % (command), _('Error')) - else: - self.command_say(line) def doupdate(self): self.current_tab().just_before_refresh() |