[REM] mail.js: removed debugger added by FP... you could have check before merging for this one -_- .

bzr revid: tde@openerp.com-20120814194322-yj7nyekugt7rmzn8
This commit is contained in:
Thibault Delavallée 2012-08-14 21:43:22 +02:00
parent 9532bbb033
commit 87f657f9ef
1 changed files with 0 additions and 1 deletions

View File

@ -1021,7 +1021,6 @@ openerp.mail = function(session) {
if (this.compose_message_widget) {
this.compose_message_widget.destroy();
}
debugger;
this.compose_message_widget = new mail.ComposeMessage(this, {
'extended_mode': false, 'uid': this.session.uid, 'res_model': this.params.res_model,
'res_id': this.params.res_id, 'mode': mode || 'comment', 'msg_id': msg_id });