Skip to content
Snippets Groups Projects
Commit 4ddbc6ad authored by Jean-Laurent DUZANT's avatar Jean-Laurent DUZANT
Browse files

FIX #23967 TIME 0 remove var_dump

parent 3d46e510
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,6 @@ class WatermarkController
$fileContent = $pdf->Output('', 'S');
} catch (\Exception $e) {
$fileContent = null;
var_dump($e);
}
return $fileContent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment