فهرست منبع

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