From cb7a5fda7b9cc9b023bf2b8f259d468567da2d5e Mon Sep 17 00:00:00 2001 From: benne238 Date: Sun, 31 Jan 2021 19:11:01 -0500 Subject: [PATCH] removal of debugging lines from previous commit --- api/ECNQueue.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/ECNQueue.py b/api/ECNQueue.py index 77c688e..668299c 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -51,7 +51,6 @@ currentFileDirectory = os.path.dirname(currentFilePath) currentFileDirectoryParent = os.path.dirname(currentFileDirectory) queueDirectory = os.path.join(currentFileDirectoryParent, "q-snapshot") -queueDirectory = "/home/pier/e/queue/Mail" # Queues to not load in getQueues() queuesToIgnore = ["archives", "drafts", "inbox", "coral"] @@ -1368,7 +1367,3 @@ def loadQueues() -> list: queues.append(Queue(queue)) return queues - -if __name__ == "__main__": - item = Item("me", 105) - print() \ No newline at end of file