Skip to content

Commit 6ca8439

Browse files
committed
Dont add commented-out code
1 parent dbfe941 commit 6ca8439

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kafka/coordinator/consumer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def __init__(self, client, subscription, metrics, **configs):
121121
self.consumer_sensors = ConsumerCoordinatorMetrics(
122122
metrics, self.config['metric_group_prefix'], self._subscription)
123123

124-
#self._handle_metadata_update(self._cluster)
125124
self._cluster.request_update()
126125
self._cluster.add_listener(WeakMethod(self._handle_metadata_update))
127126

0 commit comments

Comments
 (0)