Skip to content

Commit a1b2a9c

Browse files
committed
remove
1 parent 4ef4944 commit a1b2a9c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,14 +584,11 @@ private OptOutStoreSnapshot updateIndex(IndexUpdateMessage ium) throws IOExcepti
584584
// load all partition files
585585
for (String filePath : ium.getPartitionsToAdd()) {
586586
LOGGER.info("Reading optout partition file : " + filePath);
587-
final long fileStart = System.currentTimeMillis();
588587
byte[] data = this.loadFile(filePath);
589-
final long fileEnd = System.currentTimeMillis();
590588
if (data.length == 0) {
591589
LOGGER.warn("OptOut partition file is empty: " + filePath);
592590
continue;
593591
}
594-
LOGGER.info("OptOut partition file {} loaded in {} ms, {} bytes", filePath, fileEnd - fileStart, data.length);
595592
iuc.addLoadedPartition(filePath, data);
596593
}
597594

0 commit comments

Comments
 (0)