MINOR Removed debug code

This commit is contained in:
Ingo Schommer 2011-03-08 08:23:53 +13:00
parent bfd4737aae
commit 018830e9e8

View File

@ -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 ]