Commit 2165d623 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Remove die from organizations sync rest

parent af7dcc24
Loading
Loading
Loading
Loading
Loading
+0 −2
Changes for module/Oscar/src/Oscar/Connector/ConnectorOrganizationREST.php: 0 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -214,8 +214,6 @@ class ConnectorOrganizationREST extends AbstractConnector
            $repport->adderror($e->getMessage());
            throw $e;
        }
        die();


        $repport->addnotice("FIN du traitement...");
        return $repport;