Skip to content

Commit

Permalink
fix(operation) - var_dump in external file processor operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverde8 committed Nov 6, 2023
1 parent 171e8fd commit d481238
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public function processFile(ExternalFileItem $item, ExecutionContext $context):
$localFileSystem = $context->getFileSystem();

if ($item->getState() == ExternalFileItem::STATE_NEW) {
var_dump("EXECUTE");
// Move file to prevent it to be processed by another process.
$externalFileSystem->createDirectory($externalDir . "/processing");
$externalFileSystem->move($externalFilePath, $externalDir . "/processing/" . $fileName);
Expand Down

0 comments on commit d481238

Please sign in to comment.