diff options
-rw-r--r-- | kafka/producer/kafka.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kafka/producer/kafka.py b/kafka/producer/kafka.py index 2a306e0..c8f5a72 100644 --- a/kafka/producer/kafka.py +++ b/kafka/producer/kafka.py @@ -464,7 +464,6 @@ class KafkaProducer(object): assert timeout >= 0 log.info("Closing the Kafka producer with %s secs timeout.", timeout) - #first_exception = AtomicReference() # this will keep track of the first encountered exception invoked_from_callback = bool(threading.current_thread() is self._sender) if timeout > 0: if invoked_from_callback: |