Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit fcd9c16

Browse files
committed
Remove old debug logging
1 parent 8be024f commit fcd9c16

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

etor/src/main/java/gov/hhs/cdc/trustedintermediary/external/localfile/MockRSEndpointClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ private MockRSEndpointClient() {}
3030

3131
@Override
3232
public String getRsToken() {
33-
logger.logInfo("!!!!!!!!! WE ARE IN THE MOCK IMPLEMENTATION !!!!!!!!!");
3433
return "token";
3534
}
3635

etor/src/main/java/gov/hhs/cdc/trustedintermediary/external/reportstream/ReportStreamEndpointClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ protected String requestToken() throws ReportStreamEndpointClientException {
151151

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

157156
var token = cache.get(RS_TOKEN_CACHE_ID);

0 commit comments

Comments
 (0)