summaryrefslogtreecommitdiff
path: root/kafka/consumer/fetcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/consumer/fetcher.py')
-rw-r--r--kafka/consumer/fetcher.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/kafka/consumer/fetcher.py b/kafka/consumer/fetcher.py
index 54a771a..493c1ff 100644
--- a/kafka/consumer/fetcher.py
+++ b/kafka/consumer/fetcher.py
@@ -467,12 +467,6 @@ class Fetcher(six.Iterator):
log.exception('StopIteration raised unpacking messageset: %s', e)
raise Exception('StopIteration raised unpacking messageset')
- # If unpacking raises AssertionError, it means decompression unsupported
- # See Issue 1033
- except AssertionError as e:
- log.exception('AssertionError raised unpacking messageset: %s', e)
- raise
-
def __iter__(self): # pylint: disable=non-iterator-returned
return self