mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
152ffc47d9
commit
adf15b4d7e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user