remove debug & restore write

This commit is contained in:
jygaulier
2023-05-15 10:16:44 +02:00
parent a9b7c77b6e
commit ecb6baaa89

View File

@@ -415,11 +415,11 @@ class Job
}
}
$jsActions = json_encode($actions, JSON_PRETTY_PRINT);
$this->output->writeln(sprintf("<info>JS : %s</info>", $jsActions));
// $this->output->writeln(sprintf("<info>JS : %s</info>", $jsActions));
if (!$this->globalConfiguration->isDryRun()) {
$record = $this->getDatabox()->getRecordRepository()->find($record_id);
// $record->setMetadatasByActions(json_decode($jsActions));
$record->setMetadatasByActions(json_decode($jsActions));
}
}