Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankvadariya authored and wendigo committed Oct 15, 2024
1 parent a5f9a1c commit 3585b98
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ private void createSchema()
.setHeader("Content-Type", "application/json")
.setBodyGenerator(createStaticBodyGenerator(body, UTF_8))
.build();
var execute = HTTP_CLIENT.execute(request, createStringResponseHandler());
System.out.println(execute);
HTTP_CLIENT.execute(request, createStringResponseHandler());
}

public void copyTpchTables(Iterable<TpchTable<?>> tpchTables)
Expand Down

0 comments on commit 3585b98

Please sign in to comment.