瀏覽代碼

static: remove leftover console.log statements used for debugging

Shiv Tyagi 1 年之前
父節點
當前提交
3ca7c0733c
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;