summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."""