We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1643e commit 702b186Copy full SHA for 702b186
1 file changed
src/main/java/com/uid2/operator/store/CloudSyncOptOutStore.java
@@ -578,7 +578,6 @@ private OptOutStoreSnapshot updateIndex(IndexUpdateMessage ium) throws IOExcepti
578
return this;
579
}
580
581
- final long optoutLoadingStart = System.currentTimeMillis();
582
IndexUpdateContext iuc = IndexUpdateContext.fromMessage(ium);
583
584
// load all partition files
@@ -604,7 +603,6 @@ private OptOutStoreSnapshot updateIndex(IndexUpdateMessage ium) throws IOExcepti
604
603
iuc.addLoadedDelta(filePath, data);
605
606
607
-
608
return this.updateIndexInternal(iuc);
609
610
0 commit comments