removed console.log from Layout.js

pull/2256/head
REJack 2019-09-16 14:10:12 +02:00
parent 026f400dcd
commit 683a015a4e
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 0 additions and 1 deletions

View File

@ -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)) {