Browse Source

Accidentally commited some bad debug code

development
Godwin 8 years ago
parent
commit
88dae7b77a
  1. 2
      app/controllers/application_controller.rb

2
app/controllers/application_controller.rb

@ -43,8 +43,6 @@ class ApplicationController < LinguaFrancaApplicationController
@alt_lang_urls[locale] = view_context.url_for_locale(locale) # don't show the current locale
end
xxx
# call the base method to detect the language
super
end

Loading…
Cancel
Save