diff --git a/src/UI/Statistics/ChangesetsOverview.ts b/src/UI/Statistics/ChangesetsOverview.ts index 76966488f5..fe32ff4394 100644 --- a/src/UI/Statistics/ChangesetsOverview.ts +++ b/src/UI/Statistics/ChangesetsOverview.ts @@ -93,9 +93,6 @@ export class ChangesetsOverview { if (cs === undefined) { return undefined } - if (cs.properties.android) { - console.log("Found an ANDROID:", cs.properties) - } if (cs.properties.editor?.startsWith("iD")) { // We also fetch based on hashtag, so some edits with iD show up as well // Sometimes, iD reuses a previous changeset, mimicking (!) mapcomplete accidentally