From 1b0e89635e10f4a20541d742714ff15a5c22f7c0 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Fri, 19 Nov 2021 16:47:23 +0100 Subject: [PATCH] remove debug --- htdocs/ticket/card.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php index a150c88dee4..5284fcf01ea 100644 --- a/htdocs/ticket/card.php +++ b/htdocs/ticket/card.php @@ -421,7 +421,6 @@ if (empty($reshook)) { $internal_contacts = $object->listeContact(-1, 'internal', 0, 'SUPPORTTEC'); foreach ($internal_contacts as $key => $contact) { if ($contact['id'] !== $usertoassign) { - //print "user à effacer : ".$useroriginassign; $result = $object->delete_contact($contact['rowid']); if ($result<0) { $error++;