Ver Fonte

static: remove leftover console.log statements used for debugging

Shiv Tyagi há 1 ano atrás
pai
commit
3ca7c0733c
1 ficheiros alterados com 0 adições e 1 exclusões
  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;