소스 검색

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()
       })