Improve code

This commit is contained in:
sparkyx 2025-07-23 20:37:22 +02:00
parent 862bad078e
commit e400bef761

View file

@ -209,8 +209,7 @@ class Document
return $ret;
} catch (Exception $e) {
record_log($e->getMessage());
record_log($e->getTraceAsString());
record_log($e);
return span(_("Génération du document a échoué"),'class="notice"');
}
}