From 8a7de1cc566ec89ff10aa560e192b9ed6855d38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Vila=C3=A7a?= Date: Sun, 24 Mar 2019 13:10:07 -0400 Subject: [PATCH] clean debug code --- build/js/Layout.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build/js/Layout.js b/build/js/Layout.js index 98dc1305a..0dd283e0c 100644 --- a/build/js/Layout.js +++ b/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() })