[FIX] Remove unused key
authorvta vta@openerp.com <>
Tue, 8 Jan 2013 10:32:00 +0000 (11:32 +0100)
committervta vta@openerp.com <>
Tue, 8 Jan 2013 10:32:00 +0000 (11:32 +0100)
bzr revid: vta@openerp.com-20130108103200-qq94ad7clyootwtx

addons/web_analytics/static/src/js/web_analytics.js

index 1f9185a..2b659d5 100644 (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,
                         });
                     }