diff --git a/build/js/Layout.js b/build/js/Layout.js index 956837160..7a81af205 100644 --- a/build/js/Layout.js +++ b/build/js/Layout.js @@ -73,7 +73,6 @@ const Layout = (($) => { const max = this._max(heights) - console.log(heights); $(Selector.CONTENT).css('min-height', max - heights.footer) if ($('body').hasClass(ClassName.LAYOUT_FIXED)) {