From 9ff462e96cca681a7302f78f5f7e5c576a637c20 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 3 Feb 2008 15:55:19 +0000 Subject: [PATCH] Remove pointless return statement. --- app/controllers/way_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/way_controller.rb b/app/controllers/way_controller.rb index 4b52ad3f0..3b6491cf0 100644 --- a/app/controllers/way_controller.rb +++ b/app/controllers/way_controller.rb @@ -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 -- 2.39.5