diff --git a/pandora_console/include/javascript/pandora.js b/pandora_console/include/javascript/pandora.js index 7cdc4b5e9c..0c830fb898 100644 --- a/pandora_console/include/javascript/pandora.js +++ b/pandora_console/include/javascript/pandora.js @@ -1027,14 +1027,10 @@ function autoclick_profile_users(actual_level, firts_level, second_level) { if ($('#checkbox-' + actual_level).is(":checked")) { if (typeof firts_level !== "undefined") { var is_checked_firts = $('#checkbox-' + firts_level).is(':checked'); - console.log("FIRTS"); - console.log(is_checked_firts); if (!is_checked_firts) { $('#checkbox-' + firts_level).prop('checked', true); } if (second_level !== false) { - console.log("SECOND"); - console.log($('#checkbox-' + second_level).is(":checked")); if (!$('#checkbox-' + second_level).is(":checked")) { $('#checkbox-' + second_level).prop('checked', true); }