Skip to content

Commit

Permalink
removal of debugging lines from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 committed Feb 1, 2021
1 parent 73a930c commit cb7a5fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -1368,7 +1367,3 @@ def loadQueues() -> list:
queues.append(Queue(queue))

return queues

if __name__ == "__main__":
item = Item("me", 105)
print()

0 comments on commit cb7a5fd

Please sign in to comment.