From 683a015a4ec72f068141ec0cb36a33cdfc3384c3 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 16 Sep 2019 14:10:12 +0200 Subject: [PATCH] removed console.log from Layout.js --- build/js/Layout.js | 1 - 1 file changed, 1 deletion(-) 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)) {