Skip to content

Commit

Permalink
chore: cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Apr 26, 2024
1 parent cff6c50 commit 1e337f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Step/Data/Load.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ function ($severity, $message, $file, $line) {
$this->builder->setData($dataAsArray);

$message = sprintf('File "%s.%s" loaded', Util::joinFile($path), $file->getExtension());
//$message = sprintf('File "%s" loaded', $file->getBasename());
$this->builder->getLogger()->info($message, ['progress' => [$count, $total]]);
}
}
Expand Down

0 comments on commit 1e337f5

Please sign in to comment.