Skip to content

Commit

Permalink
Merge pull request #292 from powerapi-ng/refactor/remove-print-poison…
Browse files Browse the repository at this point in the history
…-pill

refactor(handler): Remove debug print in Poison Pill message handler
  • Loading branch information
gfieni authored Mar 27, 2024
2 parents 59f4ca0 + 628a460 commit 2d69a35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/powerapi/handler/poison_pill_message_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def handle_msg(self, msg):
Handler.delegate_message_handling(self, msg)

def _empty_mail_box(self):
print(str(self.state.actor.name) + " empty mail box")
while True:
self.state.actor.socket_interface.timeout = 0.1
msg = self.state.actor.socket_interface.receive()
Expand Down

0 comments on commit 2d69a35

Please sign in to comment.