removed console.log from Layout.js

This commit is contained in:
REJack
2019-09-16 14:10:12 +02:00
parent 026f400dcd
commit 683a015a4e

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