diff --git a/js/iD/format/XML.js b/js/iD/format/XML.js index 9866375e5..aa08237bb 100644 --- a/js/iD/format/XML.js +++ b/js/iD/format/XML.js @@ -63,7 +63,6 @@ iD.format.XML = { '@lat': entity.lat, '@lon': entity.lon, '@version': (entity.version || 0), tag: _.map(entity.tags, function(v, k) { - console.log(k, v); return { keyAttributes: { k: k, v: v } }; }) } diff --git a/test/index.html b/test/index.html index c582767cc..fe2e7763a 100644 --- a/test/index.html +++ b/test/index.html @@ -49,6 +49,7 @@ +