Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remoce unused log command
Browse files Browse the repository at this point in the history
remove config
jrhizor committed Oct 14, 2020
1 parent 76a97e5 commit 9342e08
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions airbyte-integrations/base-python/base.py
Original file line number Diff line number Diff line change
@@ -17,12 +17,6 @@
impl = getattr(module, impl_class)


def log(level, text):
log_message = AirbyteLogMessage(level=level, message=text)
message = AirbyteMessage(type="LOG", log=log_message)
print(message.serialize)


class AirbyteEntrypoint(object):
def __init__(self, source):
self.source = source

0 comments on commit 9342e08

Please sign in to comment.