Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Mar 24, 2021
1 parent 60e754e commit 7f90ad0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -1384,9 +1384,4 @@ def loadAllQueues(headersOnly: bool = True) -> list:
for queue in getValidQueues():
queues.append(Queue(queue, headersOnly=headersOnly))

return queues

if __name__ == "__main__":
abe = Queue("abe")
abeCount = getQueueCounts()
print()
return queues

0 comments on commit 7f90ad0

Please sign in to comment.