Skip to content

Commit cf41019

Browse files
author
Valentin Clavreul
committed
Removed useless, CPU intensive, log
1 parent 766a480 commit cf41019

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Task/File/Csv/CsvSplitterTask.php

-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ public function execute(ProcessState $state)
4747
$options['mode']
4848
);
4949

50-
if ($csv->getLineCount() > $options['max_lines']) {
51-
$this->logger->debug("Found big CSV file ({$csv->getLineCount()} lines), splitting...");
52-
}
5350
$this->csv = $csv;
5451
}
5552

0 commit comments

Comments
 (0)