ソースを参照

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');