]> git.openstreetmap.org Git - rails.git/commitdiff
Remove pointless return statement.
authorTom Hughes <tom@compton.nu>
Sun, 3 Feb 2008 15:55:19 +0000 (15:55 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 3 Feb 2008 15:55:19 +0000 (15:55 +0000)
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