diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index b22127f6cf..b8298e2f04 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -369,7 +369,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { if (!permission_exists('destination_domain')) { $sql .= "and domain_uuid = '".$domain_uuid."' "; } - echo $sql."

"; + //echo $sql."

"; $db->exec(check_sql($sql)); unset($sql); }