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