From f8fbc77bc3ef87e4cce000d6dcf21de3722f4c31 Mon Sep 17 00:00:00 2001
From: Austin King <shout@ozten.com>
Date: Wed, 25 Jan 2012 11:27:33 -0800
Subject: [PATCH] Removing logging fixes Issue#977

---
 lib/i18n.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/i18n.js b/lib/i18n.js
index cb7979938..c7b17e989 100644
--- a/lib/i18n.js
+++ b/lib/i18n.js
@@ -57,8 +57,6 @@ exports.abide = function (options) {
 
     resp.local('lang', lang);
 
-    logger.info('Setting lang=' + lang + ' for this request');
-
     // BIDI support, which direction does text flow?
     lang_dir = BIDI_RTL_LANGS.indexOf(lang) >= 0 ? 'rtl' : 'ltr';
     resp.local('lang_dir', lang_dir);
-- 
GitLab