Chore: remove obsolete console.log

This commit is contained in:
Pieter Vander Vennet 2025-07-12 14:21:37 +02:00
parent fb48c57e42
commit ca4f7566e2

View file

@ -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