Skip to content

Commit

Permalink
fix: Remove LOGGER.exception() line (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukund-ananthu committed Feb 23, 2024
1 parent efcf0c7 commit a395d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/cloud/pubsub_v1/publisher/_batch/thread.py
Expand Up @@ -290,7 +290,6 @@ def _commit(self) -> None:
# Failed to publish batch.
self._batch_done_callback(batch_transport_succeeded)

_LOGGER.exception("Failed to publish %s messages.", len(self._futures))
return

end = time.time()
Expand Down

0 comments on commit a395d26

Please sign in to comment.