summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-12-11 12:26:28 +0100
committerLucas Hoffmann <l-m-h@web.de>2016-12-14 08:31:39 +0100
commit468df6a8895b31aeef60ebbfc3ae873c399d91c9 (patch)
treeb410d55412aa9d272f8eaf508c39c8d7d3936d90 /alot
parent9574b0b818256699233a31c05871f69b6c64bb98 (diff)
Remove an unused variable
Diffstat (limited to 'alot')
-rw-r--r--alot/ui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/ui.py b/alot/ui.py
index aa9d89c8..09fc27cc 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -368,7 +368,6 @@ class UI(object):
buf.cleanup()
success = True
else:
- string = 'closing buffer %d:%s'
buffers.remove(buf)
buf.cleanup()
success = True