summaryrefslogtreecommitdiff
path: root/alot/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/ui.py')
-rw-r--r--alot/ui.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/alot/ui.py b/alot/ui.py
index e9624e54..d81bf0ea 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -187,13 +187,8 @@ class UI(object):
def apply_this_command(ignored, cmdstring):
logging.debug('%s command string: "%s"' % (self.mode,
str(cmdstring)))
- #logging.debug('CMDSEQ: apply %s' % str(cmdstring))
# translate cmdstring into :class:`Command`
- #try:
cmd = commandfactory(cmdstring, self.mode)
- #except CommandParseError, e:
- # self.notify(e.message, priority='error')
- # return
# store cmdline for use with 'repeat' command
if cmd.repeatable:
self.last_commandline = cmdline