Skip to content

Commit

Permalink
Remove unnecessary print statement in JavaColumnarPerformer
Browse files Browse the repository at this point in the history
Change-Id: I792e56b462fed15ad5db31f5932ab14e624bb7de
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/216107
Reviewed-by: David Nault <[email protected]>
Tested-by: Build Bot <[email protected]>
  • Loading branch information
CosmicSaaurabh authored and dnault committed Sep 19, 2024
1 parent 84312ad commit e77393c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public class JavaColumnarPerformer {
private static final Logger logger = LoggerFactory.getLogger(JavaColumnarPerformer.class);

public static void main(String[] args) throws IOException, InterruptedException {
System.out.println(VersionUtil.introspectSDKVersionJava());
int port = 8060;

// Force that log redaction has been enabled
Expand Down

0 comments on commit e77393c

Please sign in to comment.