Skip to content

Commit

Permalink
removal of debugging tools
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 committed Jan 5, 2021
1 parent d0dc7fe commit 2a50f12
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -1349,8 +1349,4 @@ def loadQueues() -> list:
for queue in getValidQueues():
queues.append(Queue(queue))

return queues

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

0 comments on commit 2a50f12

Please sign in to comment.