diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-19 12:06:30 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-19 12:06:30 +0000 |
commit | 662e3399366327181afb3d45cedee5d18c6e3532 (patch) | |
tree | dc331697dba157b414fd31b482fc120de7e2488f /app/controllers/general_controller.rb | |
parent | 286abd1ff21e09fbab831c4c3439bff9e8ddce56 (diff) | |
parent | ade5228e2370ffc9c18b8d33b44f3273774ed716 (diff) |
Merge remote-tracking branch 'henare_github/remove-dos' into develop
Diffstat (limited to 'app/controllers/general_controller.rb')
-rw-r--r-- | app/controllers/general_controller.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/controllers/general_controller.rb b/app/controllers/general_controller.rb index 0cde238cd..3ba636e29 100644 --- a/app/controllers/general_controller.rb +++ b/app/controllers/general_controller.rb @@ -226,12 +226,6 @@ class GeneralController < ApplicationController redirect_to request_url(info_request) end - # For debugging - def fai_test - sleep 10 - render :text => "awake\n" - end - def custom_css long_cache @locale = self.locale_from_params() |