Skip to content

Commit 947a8ff

Browse files
committed
removd deubg logs
1 parent 2e043b1 commit 947a8ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/uid2/optout/vertx/OptOutServiceVerticle.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,6 @@ private void handleReplicate(RoutingContext routingContext) {
299299

300300
HttpServerRequest req = routingContext.request();
301301

302-
LOGGER.info("recieved replicate request, replica={}, traceId={}", this.podName, req.getHeader(UID_TRACE_ID));
303-
304302
MultiMap params = req.params();
305303
String identityHash = req.getParam(IDENTITY_HASH);
306304
String advertisingId = req.getParam(ADVERTISING_ID);
@@ -323,7 +321,6 @@ private void handleReplicate(RoutingContext routingContext) {
323321
}
324322
else {
325323
try {
326-
LOGGER.info("pod {} sending optout/write to remote endpoints", this.podName);
327324
this.replicaWriteClient.get(r -> {
328325
r.setQueryParam(IDENTITY_HASH, identityHash);
329326
r.setQueryParam(ADVERTISING_ID, advertisingId);

0 commit comments

Comments
 (0)