diff --git a/thirdparty/jquery-layout/jquery.layout.state.js b/thirdparty/jquery-layout/jquery.layout.state.js index 85af0f08..770ee0b9 100644 --- a/thirdparty/jquery-layout/jquery.layout.state.js +++ b/thirdparty/jquery-layout/jquery.layout.state.js @@ -39,7 +39,6 @@ var layoutState = { } , save: function (layoutName, keys, opts) { - console.log('save'); var o = jQuery.extend( {}, this.options, opts||{} ) , layout = window[ layoutName || o.layoutName ]