From 2a29864a58b7d95c4fe0d970bd257a8002ef1c95 Mon Sep 17 00:00:00 2001 From: Peter Schwindt Date: Wed, 13 May 2015 11:13:53 +0200 Subject: [PATCH] Update connection.js removed browser and platform as changeset tags --- js/id/core/connection.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/id/core/connection.js b/js/id/core/connection.js index 95e6fab4d..9f69abe9e 100644 --- a/js/id/core/connection.js +++ b/js/id/core/connection.js @@ -249,8 +249,6 @@ iD.Connection = function() { imagery_used: imageryUsed.join(';').substr(0, 255), host: (window.location.origin + window.location.pathname).substr(0, 255), locale: detected.locale, - browser: detected.browser + ' ' + detected.version, - platform: detected.platform }; if (comment) {