remove debug

This commit is contained in:
Florian HENRY 2021-11-19 16:47:39 +01:00
parent 1b0e89635e
commit 07c9ce4e59

View File

@ -443,10 +443,9 @@ if (empty($reshook)) {
// Log action in ticket logs table
$object->fetch_user($usertoassign);
$log_action = $langs->trans('TicketLogAssignedTo', $object->user->getFullName($langs));
//var_dump($error);
setEventMessages($langs->trans('TicketAssigned'), null, 'mesgs');
header("Location: card.php?track_id=".$object->track_id."&action=view");
//exit;
exit;
} else {
array_push($object->errors, $object->error);
}