Remove 'basic attributes' comments from changeset api output builders

This commit is contained in:
Anton Khorev 2023-11-20 15:39:27 +03:00
parent 26f12ef11a
commit e90d48adc9
2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,5 @@
xml.instruct! :xml, :version => "1.0"
# basic attributes
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << render(@changeset)
end

View file

@ -1,7 +1,5 @@
xml.instruct! :xml, :version => "1.0"
# basic attributes
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
@changesets.each do |changeset|
osm << render(changeset)