[imp] minor: changed level of some logging

bzr revid: nicolas.vanhoren@openerp.com-20110704143035-iwmbqfy0gifdnllm
This commit is contained in:
niv-openerp 2011-07-04 16:30:35 +02:00
parent efdfe7731d
commit 433c989399
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ openerp.base.FormView = openerp.base.View.extend( /** @lends openerp.base.FormV
}
} else {
// this is a common case, the normal behavior should be to ignore it
this.log("on_processed_onchange can't find field " + f, result);
console.debug("on_processed_onchange can't find field " + f, result);
}
}
this.on_form_changed();