From 88dae7b77ae2c314ee74e8fbbaec88b52b264482 Mon Sep 17 00:00:00 2001 From: Godwin Date: Wed, 29 Jun 2016 16:51:05 -0700 Subject: [PATCH] Accidentally commited some bad debug code --- app/controllers/application_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index e30f843..ba200b1 100644 --- a/app/controllers/application_controller.rb +++ b/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