Browse Source

remove translator logging

Artur Paikin 8 years ago
parent
commit
e5fa4c6bd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/Translator.js

+ 1 - 1
src/core/Translator.js

@@ -28,7 +28,7 @@ module.exports = class Translator {
     this.opts = Object.assign({}, defaultOptions, opts)
     this.locale = Object.assign({}, defaultOptions.locale, opts.locale)
 
-    console.log(this.opts.locale)
+    // console.log(this.opts.locale)
 
     // this.locale.pluralize = this.locale ? this.locale.pluralize : defaultPluralize
     // this.locale.strings = Object.assign({}, en_US.strings, this.opts.locale.strings)