浏览代码

Suppr console.log

Arthur Brandao 5 年之前
父节点
当前提交
d317b66260
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/render/function.js

+ 0 - 1
app/render/function.js

@@ -1,7 +1,6 @@
 const func = {}
 
 func.loader = function () {
-    console.log('func');
     if ($('#page-loader').hasClass('hide')) {
         $('#page-loader').removeClass('hide');
         $('#navbar').addClass('hide');