Skip to content

Commit a395d26

Browse files
fix: Remove LOGGER.exception() line (#1087)
1 parent efcf0c7 commit a395d26

File tree

1 file changed

+0
-1
lines changed
  • google/cloud/pubsub_v1/publisher/_batch

1 file changed

+0
-1
lines changed

google/cloud/pubsub_v1/publisher/_batch/thread.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ def _commit(self) -> None:
290290
# Failed to publish batch.
291291
self._batch_done_callback(batch_transport_succeeded)
292292

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

296295
end = time.time()

0 commit comments

Comments
 (0)