From d9942b91ddd3775fbedce7f89c9a1f59fbc82265 Mon Sep 17 00:00:00 2001 From: benne238 Date: Wed, 27 Jan 2021 21:05:25 -0500 Subject: [PATCH] removal of debugging lines --- api/ECNQueue.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/api/ECNQueue.py b/api/ECNQueue.py index de18df3..789cc26 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -51,7 +51,7 @@ currentFileDirectory = os.path.dirname(currentFilePath) currentFileDirectoryParent = os.path.dirname(currentFileDirectory) queueDirectory = os.path.join(currentFileDirectoryParent, "q-snapshot") -queueDirectory = "/home/pier/e/benne238/personalQueues" + # Queues to not load in getQueues() queuesToIgnore = ["archives", "drafts", "inbox", "coral"] @@ -1351,8 +1351,4 @@ def loadQueues() -> list: for queue in getValidQueues(): queues.append(Queue(queue)) - return queues - -if __name__ == "__main__": - item = Item("aae", 55) - print() \ No newline at end of file + return queues \ No newline at end of file