Skip to content

Commit

Permalink
Removed temporary log
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
  • Loading branch information
jnioche committed Apr 21, 2023
1 parent 30ae35e commit 8ba00f3
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,6 @@ public void parse() throws Exception {
.loadTrustMaterial(null, new TrustAllStrategy())
.build();

logger.info(
"Connecting to https://{}:{} with {}{}",
this.host,
this.port,
this.username,
this.password);

restClient =
RestClient.builder(new HttpHost(this.host, this.port, "https"))
.setHttpClientConfigCallback(
Expand Down

0 comments on commit 8ba00f3

Please sign in to comment.