diff options
Diffstat (limited to 'lib/config/index.js')
-rw-r--r-- | lib/config/index.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/config/index.js b/lib/config/index.js index a5a0d67..34bf97c 100644 --- a/lib/config/index.js +++ b/lib/config/index.js @@ -62,12 +62,6 @@ Config.prototype.load = function() { that.options.plugins = _.union(that.options.plugins, that.options.defaultsPlugins); that.options.plugins = _.uniq(that.options.plugins, 'name'); - // Default value for text direction (from language) - /*if (!that.options.direction) { - var lang = i18n.getCatalog(that.options.language); - if (lang) that.options.direction = lang.direction; - }*/ - that.options.gitbook = gitbook.version; }); }; |