Remove pointless return statement.
This commit is contained in:
parent
d0d396f9b6
commit
9ff462e96c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue