[REM] Commented out a debug logging

bzr revid: fme@openerp.com-20120112144547-s4vziyeazy1at8ag
This commit is contained in:
Fabien Meghazi 2012-01-12 15:45:47 +01:00
parent 4da096cb23
commit 301ccd20b2
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ openerp.web.FormView = openerp.web.View.extend( /** @lends openerp.web.FormView#
if (this.sidebar) {
this.sidebar.attachments.do_update();
}
openerp.log("The record has been created with id #" + this.datarecord.id);
//openerp.log("The record has been created with id #" + this.datarecord.id);
this.reload();
return $.when(_.extend(r, {created: true})).then(success);
}