]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/ways_controller.rb
Remove non functioning changeset_cache, user_display_name_cache
[rails.git] / app / controllers / api / ways_controller.rb
index 04c823ad2a40e2b5db5835509688baf3c2da8b79..102be29bd093bd49c6b383f4c89123c3eda829ff 100644 (file)
@@ -68,8 +68,6 @@ module Api
 
       if way.visible
         visible_nodes = {}
-        # changeset_cache = {}
-        # user_display_name_cache = {}
 
         @nodes = []