summaryrefslogtreecommitdiff
path: root/alot/db.py
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-07-05 08:41:04 +0100
committerpazz <patricktotzke@gmail.com>2011-07-05 08:41:04 +0100
commit5fe725df3541f5ac09f6da134fe583fc2a4fed4f (patch)
tree8891d53c6b36fe38de88f2a710db1d20bb645bbe /alot/db.py
parentfe8a21343ced8de65a9f80d8cf5b87decfa6b91d (diff)
removed debugging artefact
Diffstat (limited to 'alot/db.py')
-rw-r--r--alot/db.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/db.py b/alot/db.py
index d22549c0..5ce8bc4c 100644
--- a/alot/db.py
+++ b/alot/db.py
@@ -35,7 +35,6 @@ class DBManager:
self.ro = ro
self.path = path
self.writequeue = deque([])
- self.db = Database(path=self.path)
def flush(self):
"""
@@ -70,7 +69,6 @@ class DBManager:
for tag in tags:
msg.remove_tag(tag)
msg.thaw()
- self.db.upgrade()
if self.ui: # trigger status update
self.ui.update()