From 996bab47b2ad555ad7c234bc9cf80de34f60c33d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 21 Mar 2018 00:10:43 -0600 Subject: [PATCH] Update destination_delete.php --- app/destinations/destination_delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destination_delete.php b/app/destinations/destination_delete.php index adad537f84..43324fec5c 100644 --- a/app/destinations/destination_delete.php +++ b/app/destinations/destination_delete.php @@ -97,7 +97,7 @@ //delete the destination $sql = "delete from v_destinations "; $sql .= "where destination_uuid = '".$id."' "; - echo $sql."
\n"; + //echo $sql."
\n"; $db->exec(check_sql($sql)); unset($sql);