Skip to content

Commit

Permalink
remove unnecessary log line (#3722)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed May 28, 2021
1 parent c49ff40 commit f3361ee
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ private static Runnable getReplicationRunnable(Source<AirbyteMessage> source,
if (messageOptional.isPresent()) {
final AirbyteMessage message = mapper.mapMessage(messageOptional.get());

LOGGER.info("record in DefaultReplicationWorker: {}", message);

sourceMessageTracker.accept(message);
destination.accept(message);
}
Expand Down

0 comments on commit f3361ee

Please sign in to comment.