Skip to content

Commit f1a71a6

Browse files
author
Oleksandr Bazarnov
committed
removed print
1 parent ead326d commit f1a71a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airbyte_cdk/sources/declarative/decoders/composite_raw_decoder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def parse(
6868
"""
6969

7070
if compressed:
71-
print(f"\n\nHERE\n\n")
7271
with gzip.GzipFile(fileobj=data, mode="rb") as gzipobj:
7372
yield from self.inner_parser.parse(gzipobj)
7473
else:

0 commit comments

Comments
 (0)