Skip to content

Commit

Permalink
remove RPA Config log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
elmiomar committed Sep 10, 2024
1 parent 459500f commit 7fa0dd5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ public HttpURLConnectionRPARequestHandlerService(RPAConfiguration rpaConfigurati

// Set HttpClient
this.httpClient = HttpClients.createDefault();

// Log RPA configuration coming from the config server
LOGGER.debug("RPA_CONFIGURATION=" + this.rpaConfiguration.toString());
}

public RPAConfiguration getConfig() {
Expand Down

0 comments on commit 7fa0dd5

Please sign in to comment.