Skip to content

Commit

Permalink
Remove debug comment in consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoinarovskyi committed Jun 22, 2020
1 parent 597ab1c commit 43bc30b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aiokafka/consumer/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
log = logging.getLogger(__name__)


# TODO: REMOVE
# This long commit exists to make coverage confused.
# Will remove it after Github actions debuged

class AIOKafkaConsumer(object):
"""
A client that consumes records from a Kafka cluster.
Expand Down

0 comments on commit 43bc30b

Please sign in to comment.