瀏覽代碼

feat: 删除Debug语句

SongZihuan 3 年之前
父節點
當前提交
6ce0a2f54f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      templates/base.html

+ 0 - 1
templates/base.html

@@ -114,7 +114,6 @@
         else {
             foot.style.marginTop = (win_height - context_height - foot.clientHeight).toString() + "px"
             console.log(foot.style.marginTop)
-            console.log("HAHAH")
         }
     </script>
 {% endblock %}