MINOR Removed debug code committed in r65554

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66024 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-11-17 04:07:59 +00:00 committed by Sam Minnee
parent 152ffc47d9
commit adf15b4d7e

View File

@ -195,7 +195,7 @@ CMSForm.prototype = {
}
statusMessage(ss.i18n._t('CMSMAIN.SAVING'), null, true);
console.log(this.action+"?"+data);
new Ajax.Request(this.action, {
method : this.method,
postBody: data,