Remove debug SQL echo from previous commit.

This commit is contained in:
Nate Jones
2015-04-17 01:12:17 +00:00
parent 4680f40924
commit b8ba43410e

View File

@@ -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);