Skip to content

Commit 702b186

Browse files
committed
remove
1 parent cf1643e commit 702b186

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/uid2/operator/store/CloudSyncOptOutStore.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ private OptOutStoreSnapshot updateIndex(IndexUpdateMessage ium) throws IOExcepti
578578
return this;
579579
}
580580

581-
final long optoutLoadingStart = System.currentTimeMillis();
582581
IndexUpdateContext iuc = IndexUpdateContext.fromMessage(ium);
583582

584583
// load all partition files
@@ -604,7 +603,6 @@ private OptOutStoreSnapshot updateIndex(IndexUpdateMessage ium) throws IOExcepti
604603
iuc.addLoadedDelta(filePath, data);
605604
}
606605

607-
608606
return this.updateIndexInternal(iuc);
609607
}
610608

0 commit comments

Comments
 (0)