]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/way_controller.rb
fix for resizable Potlatch
[rails.git] / app / controllers / way_controller.rb
index 4b52ad3f04829f575e7ecf37c132507ca4f0ba28..3b6491cf0b3ceda5ed90ee7e1da5e49579c6af21 100644 (file)
@@ -77,7 +77,6 @@ class WayController < ApplicationController
 
       # if we get here, all is fine, otherwise something will catch below.  
       render :nothing => true
-      return
     rescue OSM::APIAlreadyDeletedError
       render :text => "", :status => :gone
     rescue OSM::APIPreconditionFailedError