Explorar el Código

feat: 删除Debug语句

SongZihuan hace 3 años
padre
commit
6ce0a2f54f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 %}