diff --git a/pandora_console/include/ajax/rolling_release.ajax.php b/pandora_console/include/ajax/rolling_release.ajax.php index 6f7f23698e..e97f528461 100644 --- a/pandora_console/include/ajax/rolling_release.ajax.php +++ b/pandora_console/include/ajax/rolling_release.ajax.php @@ -53,9 +53,6 @@ if (is_ajax ()) { if (is_readable($dir)) { if ($number > $config['MR'] + 1) { $message = "bad_mr_filename"; - - echo $message; - return; } else if ($config["MR"] >= $number) { if (!file_exists($dir."/updated") || !is_dir($dir."/updated")) {