[CLEAN] Removed debug code.
authorThibault Delavallée <tde@openerp.com>
Tue, 21 May 2013 13:29:24 +0000 (15:29 +0200)
committerThibault Delavallée <tde@openerp.com>
Tue, 21 May 2013 13:29:24 +0000 (15:29 +0200)
bzr revid: tde@openerp.com-20130521132924-cyb9y03tbkgvv6fl

addons/mail/static/src/js/mail.js

index 6f1e75d..5b5ae4f 100644 (file)
@@ -1841,7 +1841,6 @@ openerp.mail = function (session) {
             this._super(parent, action);
 
             this.action = _.clone(action);
-            // debugger
             this.domain = this.action.params.domain || this.action.domain || [];
             this.context = _.extend(this.action.params.context || {}, this.action.context || {});
 
@@ -1852,7 +1851,6 @@ openerp.mail = function (session) {
                     continue;
                 }
                 this.context['search_default_' + key] = this.action.context.params[key];
-                console.log(this.context);
             }
             for (var key in this.context) {
                 if (key.match(/^search_default_/)) {