Skip to content
Snippets Groups Projects
Commit 3856e56f authored by Arnaud Pauget's avatar Arnaud Pauget
Browse files

fix() : remove debug lines

parent f182aed1
No related branches found
No related tags found
No related merge requests found
......@@ -110,9 +110,7 @@ class SendMessageController
file_put_contents($tmpPath . $seda2Message->MessageIdentifier->value . ".xml", $DOMTemplate->saveXML());
var_dump(file_get_contents($tmpPath . $seda2Message->MessageIdentifier->value . ".xml"));
$filename = self::generateZip($seda2Message, $tmpPath);exit();
$filename = self::generateZip($seda2Message, $tmpPath);
$arrayReturn = [
"messageObject" => $seda2Message,
......
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