Remove echo

pull/2487/head
jmontoyaa 9 years ago
parent 5f703fe754
commit f8daa46ba5
  1. 1
      main/inc/lib/TicketManager.php

@ -1567,7 +1567,6 @@ class TicketManager
WHERE ticket_id = $ticketId
ORDER BY assigned_date DESC";
$result = Database::query($sql);
echo $sql;
$history = [];
$webpath = api_get_path(WEB_PATH);
while ($row = Database::fetch_assoc($result)) {

Loading…
Cancel
Save