Skip to content

Commit

Permalink
remove print() call from Publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenzie-grimes-noaa committed Oct 24, 2024
1 parent c07818d commit dfeb46b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/idsse_common/idsse/common/rabbitmq_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ def _publish(
mandatory=self._exch.mandatory)
if success_flag:
success_flag[0] = True
print('\n message published\n')
if self._queue and self._queue.name.startswith('_'):
try:
self.channel.queue_purge(queue=self._queue.name)
Expand Down

0 comments on commit dfeb46b

Please sign in to comment.