Skip to content
Snippets Groups Projects
Commit f8fbc77b authored by Austin King's avatar Austin King
Browse files

Removing logging fixes Issue#977

parent f8e9bd44
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment