Update connection.js

removed browser and platform as changeset tags
This commit is contained in:
Peter Schwindt
2015-05-13 11:13:53 +02:00
parent 6eb075c0e7
commit 2a29864a58
-2
View File
@@ -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) {