[imp] removed logging message that made errors

bzr revid: nicolas.vanhoren@openerp.com-20110916124433-367munzzhjehjzr5
This commit is contained in:
niv-openerp 2011-09-16 14:44:33 +02:00
parent 73f8c52ad2
commit 21e7164400
1 changed files with 0 additions and 1 deletions

View File

@ -402,7 +402,6 @@ openerp.web.FormView = openerp.web.View.extend( /** @lends openerp.web.FormView#
if (!r.result) {
// should not happen in the server, but may happen for internal purpose
} else {
console.debug(_.sprintf("The record #%s has been saved.", this.datarecord.id));
if (success) {
success(r);
}