Skip to content

Commit

Permalink
removal of debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 committed Jan 28, 2021
1 parent 02ab227 commit d9942b9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down Expand Up @@ -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()
return queues

0 comments on commit d9942b9

Please sign in to comment.