Removing debug code accidentally committed in the last commit
This commit is contained in:
parent
7be6cbecba
commit
7aac9e3690
1 changed files with 0 additions and 4 deletions
|
@ -117,10 +117,6 @@ class ApplicationController < ActionController::Base
|
|||
EOL
|
||||
end
|
||||
|
||||
def local_request?
|
||||
false
|
||||
end
|
||||
|
||||
def return_to_last_remembered
|
||||
# Forget the redirect location
|
||||
redirect_target, @session[:return_to] = @session[:return_to], nil
|
||||
|
|
Loading…
Reference in a new issue