Remove pointless return statement.

This commit is contained in:
Tom Hughes 2008-02-03 15:55:19 +00:00
parent d0d396f9b6
commit 9ff462e96c

View 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