Removing debug code accidentally committed in the last commit

This commit is contained in:
Alexey Verkhovsky 2005-05-09 04:39:38 +00:00
parent 7be6cbecba
commit 7aac9e3690

View file

@ -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