diff --git a/lib/Alchemy/Phrasea/Command/Thesaurus/Translator/Job.php b/lib/Alchemy/Phrasea/Command/Thesaurus/Translator/Job.php
index 0c15239079..5722677818 100644
--- a/lib/Alchemy/Phrasea/Command/Thesaurus/Translator/Job.php
+++ b/lib/Alchemy/Phrasea/Command/Thesaurus/Translator/Job.php
@@ -415,11 +415,11 @@ class Job
}
}
$jsActions = json_encode($actions, JSON_PRETTY_PRINT);
- $this->output->writeln(sprintf("JS : %s", $jsActions));
+ // $this->output->writeln(sprintf("JS : %s", $jsActions));
if (!$this->globalConfiguration->isDryRun()) {
$record = $this->getDatabox()->getRecordRepository()->find($record_id);
-// $record->setMetadatasByActions(json_decode($jsActions));
+ $record->setMetadatasByActions(json_decode($jsActions));
}
}