diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-01-11 02:53:45 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-01-11 02:53:45 +0100 |
commit | f7102ae33d0ab2cec6b414b61f39c4c2d9bae1b0 (patch) | |
tree | 09f65a1d370c3dbad9cce601a166ba65d0f07e78 /src | |
parent | 6b3fdec468498997984a3ca5dc763fa6ef436b24 (diff) | |
download | poezio-f7102ae33d0ab2cec6b414b61f39c4c2d9bae1b0.tar.gz poezio-f7102ae33d0ab2cec6b414b61f39c4c2d9bae1b0.tar.bz2 poezio-f7102ae33d0ab2cec6b414b61f39c4c2d9bae1b0.tar.xz poezio-f7102ae33d0ab2cec6b414b61f39c4c2d9bae1b0.zip |
And also that
Diffstat (limited to 'src')
-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() |