Skip to content

Commit

Permalink
remove unnecessary log message in sink cmd (apache#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrypeng authored and hrsakai committed May 14, 2018
1 parent 9fb3dcc commit 553da65
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ public void accept(String s) {

@Override
void runCmd() throws Exception {
log.info("sinkConfig: {}", sinkConfig);
if (!areAllRequiredFieldsPresentForSink(sinkConfig)) {
throw new RuntimeException("Missing arguments");
}
Expand Down

0 comments on commit 553da65

Please sign in to comment.