Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed Nov 5, 2022
1 parent 0cbd28e commit a1a139e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions airbyte-cdk/python/unit_tests/sources/test_abstract_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,9 +924,6 @@ def test_emit_non_records(self, mocker, per_stream_enabled):

messages = _fix_emitted_at(list(src.read(logger, {}, catalog, state=input_state)))

print(f"messages[0]: {messages[0]}")
print(f"expected[0]: {expected[0]}")

assert expected == messages


Expand Down

0 comments on commit a1a139e

Please sign in to comment.