Browse Source

Suppr console.log

Arthur Brandao 5 năm trước cách đây
mục cha
commit
d317b66260
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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');