diff --git a/html/pages/settings/alerting.inc.php b/html/pages/settings/alerting.inc.php index 1b1f3de3a..4ae0b288d 100644 --- a/html/pages/settings/alerting.inc.php +++ b/html/pages/settings/alerting.inc.php @@ -969,7 +969,6 @@ echo '
var $this = $(this); var config_id = $this.data("config_id"); var config_value = $this.val(); - alert(config_id + ' and ' + config_value) $.ajax({ type: 'POST', url: '/ajax_form.php',