Skip to content

Commit 21b00c3

Browse files
authored
Remove unused/weird comment line (#1813)
1 parent cee4d17 commit 21b00c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kafka/producer/kafka.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@ def close(self, timeout=None):
464464
assert timeout >= 0
465465

466466
log.info("Closing the Kafka producer with %s secs timeout.", timeout)
467-
#first_exception = AtomicReference() # this will keep track of the first encountered exception
468467
invoked_from_callback = bool(threading.current_thread() is self._sender)
469468
if timeout > 0:
470469
if invoked_from_callback:

0 commit comments

Comments
 (0)