Skip to content

Commit

Permalink
Remove old debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Jan 3, 2025
1 parent 8be024f commit fcd9c16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ private MockRSEndpointClient() {}

@Override
public String getRsToken() {
logger.logInfo("!!!!!!!!! WE ARE IN THE MOCK IMPLEMENTATION !!!!!!!!!");
return "token";
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ protected String requestToken() throws ReportStreamEndpointClientException {

@Override
public String getRsToken() throws ReportStreamEndpointClientException {
logger.logInfo("######### {[{[{[{[{[REAL IMPLEMENTATION]}]}]}]}]} #########");
logger.logInfo("Looking up ReportStream token");

var token = cache.get(RS_TOKEN_CACHE_ID);
Expand Down

0 comments on commit fcd9c16

Please sign in to comment.