浏览代码

clean debug code

Jorge Vilaça 6 年之前
父节点
当前提交
8a7de1cc56
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      build/js/Layout.js

+ 1 - 4
build/js/Layout.js

@@ -58,7 +58,6 @@ const Layout = (($) => {
         footer     : $(Selector.FOOTER).outerHeight(),
         sidebar    : $(Selector.SIDEBAR).height(),
       }
-      console.log(heights);
       
       const max = this._max(heights)
 
@@ -88,9 +87,7 @@ const Layout = (($) => {
           this.fixLayoutHeight()
         })
 
-      $(window).resize(() => {
-        console.log('resized');
-        
+      $(window).resize(() => {        
         this.fixLayoutHeight()
       })