Skip to content

Commit

Permalink
Remove print message for null value (#127)
Browse files Browse the repository at this point in the history
Resolves #124
  • Loading branch information
jordanpadams authored Jan 10, 2025
1 parent 90b7630 commit 67b6806
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public void run(CommandLine cmdLine) throws Exception


System.out.println("Elasticsearch URL: " + esUrl);
System.out.println(filterMessage);
System.out.println();

ConnectionFactory conFact = EstablishConnectionFactory.from(esUrl, authPath);
Expand Down

0 comments on commit 67b6806

Please sign in to comment.