summaryrefslogtreecommitdiff
path: root/alot/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/ui.py')
-rw-r--r--alot/ui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/ui.py b/alot/ui.py
index 2a156f68..b2cad776 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -362,7 +362,6 @@ class UI:
shuts down user interface without cleaning up.
Use a :class:`alot.commands.globals.ExitCommand` for a clean shutdown.
"""
- exit_msg = None
try:
loop = asyncio.get_event_loop()
loop.stop()