1
0
Fork 0

removed a sneaky break that was committed by mistake.

This commit is contained in:
Sandro La Bruzzo 2024-12-06 09:12:06 +01:00
parent fed13e083e
commit fd1038b44d
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ public class ORCIDExtractor extends Thread {
extractedItem++;
if (extractedItem % 100000 == 0) {
log.info("Thread {}: Extracted {} items", id, extractedItem);
break;
}
}
}