Explorar o código

static: remove leftover console.log statements used for debugging

Shiv Tyagi hai 1 ano
pai
achega
3ca7c0733c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      static/js/add_build.js

+ 0 - 1
static/js/add_build.js

@@ -190,7 +190,6 @@ const Features = (() => {
 
     function updateGlobalCheckboxState() {
         const total_options = Object.keys(defines_dictionary).length;
-        console.log(selected_options + "/" + total_options);
         let global_checkbox = document.getElementById("check-uncheck-all");
 
         let indeterminate_state = false;