From 018830e9e890cb444ebf8e1a31fee58e2c6b7cea Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 8 Mar 2011 08:23:53 +1300 Subject: [PATCH] MINOR Removed debug code --- thirdparty/jquery-layout/jquery.layout.state.js | 1 - 1 file changed, 1 deletion(-) 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 ]