We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766a480 commit cf41019Copy full SHA for cf41019
Task/File/Csv/CsvSplitterTask.php
@@ -47,9 +47,6 @@ public function execute(ProcessState $state)
47
$options['mode']
48
);
49
50
- if ($csv->getLineCount() > $options['max_lines']) {
51
- $this->logger->debug("Found big CSV file ({$csv->getLineCount()} lines), splitting...");
52
- }
53
$this->csv = $csv;
54
}
55
0 commit comments