remove debug

This commit is contained in:
Frédéric FRANCE 2023-03-09 11:11:09 +01:00
parent 12af22aec9
commit 13ad7f5bad

View File

@ -145,7 +145,6 @@ if ($action == 'create' && GETPOST("accountid", "int") > 0 && $user->rights->ban
if (GETPOSTISARRAY('toRemise')) {
$object->type = $type;
$arrayofid = GETPOST('toRemise', 'array:int');
var_dump($arrayofid);
$result = $object->create($user, GETPOST("accountid", "int"), 0, GETPOST('toRemise', 'array:int'));
if ($result > 0) {