More language lines. Add a check for double lines.

This commit is contained in:
James Cole
2016-08-14 09:10:47 +02:00
parent 85f484e73c
commit da5e48d769
7 changed files with 78 additions and 7 deletions

View File

@@ -86,7 +86,6 @@ class ImportValidator
$newCollection->put($index, $entry);
$this->job->addStepsDone(1);
sleep(1);
}
Log::notice(sprintf('Finished validating %d entry(ies).', $newCollection->count()));