From 4363a4eae17b1f8414c8f855ff5da85e4859970b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 29 Sep 2016 17:24:29 -0600 Subject: [PATCH] Update dialplan.php --- app/dialplan/resources/classes/dialplan.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/dialplan/resources/classes/dialplan.php b/app/dialplan/resources/classes/dialplan.php index 161c1ad4a5..1b5049fd08 100644 --- a/app/dialplan/resources/classes/dialplan.php +++ b/app/dialplan/resources/classes/dialplan.php @@ -915,7 +915,6 @@ include "root.php"; //$result = $prep_statement->fetchAll(PDO::FETCH_NAMED); //print_r($result); unset($prep_statement); - //echo $sql."
\n"; $this->db->query($sql); unset($sql); }