Merge pull request #6893 from APriestman/7509_removeOtherWebDownloadBreak

7509 Remove another break before processing more web downloads
This commit is contained in:
Richard Cordovano 2021-04-08 18:42:31 -04:00 committed by GitHub
commit 4b725088f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -600,7 +600,6 @@ class Firefox extends Extract {
} }
j++; j++;
dbFile.delete(); dbFile.delete();
break;
} }
if(!context.dataSourceIngestIsCancelled()) { if(!context.dataSourceIngestIsCancelled()) {