summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-01-01 21:58:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-01-01 21:58:34 (GMT)
commit8d3cfbd9814c80452e2b57a6c936cd4f6eea445a (patch)
tree250e8fc3cc39342172bde9157568c28100617b6b
parent89b504dcab5a2c0f9c80bbb4533cc6e9c03044cb (diff)
Removed debug code.
-rw-r--r--db.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/db.py b/db.py
index ad497a0..c83e8ee 100644
--- a/db.py
+++ b/db.py
@@ -46,8 +46,6 @@ class LikeMemory():
cursor.execute('INSERT INTO LikedTweets VALUES (?, ?, ?, ?)', values)
self._db.commit()
- print(timestamp)
-
def purge_old_status(self):
"""Purge old seen statuses."""