[FIX] Remove unused key

bzr revid: vta@openerp.com-20130108103200-qq94ad7clyootwtx
This commit is contained in:
vta vta@openerp.com 2013-01-08 11:32:00 +01:00
parent 2743be5862
commit 78a36ad7a4
1 changed files with 0 additions and 2 deletions

View File

@ -177,7 +177,6 @@ openerp.web_analytics = function(instance) {
'category': error.message,
'action': error.data.fault_code,
'label': url,
'value': undefined,
'noninteraction': true,
});
} else {
@ -185,7 +184,6 @@ openerp.web_analytics = function(instance) {
'category': error.type,
'action': error.data.debug,
'label': url,
'value': undefined,
'noninteraction': true,
});
}