summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/globals.py')
-rw-r--r--alot/commands/globals.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index e30192c6..310a59db 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -250,7 +250,6 @@ class ExternalCommand(Command):
logging.info('calling external command: %s', self.cmdlist)
ret = ''
- # TODO: these can probably be refactored in terms of helper.call_cmd
if self.in_thread:
try:
if self.shell: