Browse Source

Suppr console.log

Arthur Brandao 5 years ago
parent
commit
d317b66260
1 changed files with 0 additions and 1 deletions
  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');