Merge pull request #2643 from schwindp/patch-1

Remove `platform` and `browser` from changeset tags.
This commit is contained in:
Bryan Housel
2015-05-16 11:33:38 -04:00
-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) {