From b8ba43410e4505fc7d2dd29010f6ecf4c7deefd8 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Fri, 17 Apr 2015 01:12:17 +0000 Subject: [PATCH] Remove debug SQL echo from previous commit. --- resources/switch.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/switch.php b/resources/switch.php index 4a16bb6d08..4bf421b6aa 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -763,7 +763,6 @@ function switch_select_destination($select_type, $select_label, $select_name, $s $sql .= "and dialplan_detail_type = 'fifo' "; $sql .= "and dialplan_detail_data not like '%@${domain_name} in%' "; $sql .= "order by dialplan_detail_data asc "; - echo $sql; $prep_statement = $db->prepare(check_sql($sql)); $prep_statement->execute(); $result = $prep_statement->fetchAll(PDO::FETCH_ASSOC);