Commit 5214d249 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Merge branch 'remove-die-from-organizations-sync-rest' into 'master'

Remove die from organizations sync rest

See merge request !17
parents af7dcc24 2165d623
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;