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++;