]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/api/changesets/changeset.xml.builder
Remove 'basic attributes' comments from changeset api output builders
[rails.git] / app / views / api / changesets / changeset.xml.builder
index cedfc81ea5ce34310cac041136bf9d5a39030f4f..b53061d4c347695c0d449d7d509e90792f683bbe 100644 (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