Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMicroNova committed Dec 12, 2024
1 parent 405d213 commit 79c7ede
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/stat-collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def get_state(self):
stream_handlers[stream_type]["list"].append(source["info"])

for key, handler in stream_handlers.items():
print(key)
handler["object"].consume(handler["list"], self.poll_count, timediff)

self.poll_count += 1
Expand Down

0 comments on commit 79c7ede

Please sign in to comment.