Skip to content

Commit

Permalink
Removed debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kaywolter committed Sep 30, 2019
1 parent f91a255 commit 4777a3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ exports.plugin = {
if (pluginOptions.languageHeaderField) {
pluginOptions.languageHeaderField = pluginOptions.languageHeaderField.toLowerCase();
}
console.log(pluginOptions.languageHeaderField);
I18n.configure(pluginOptions);

var defaultLocale = pluginOptions.defaultLocale || exports.extractDefaultLocale(pluginOptions.locales);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hapi-i18n",
"version": "2.1.3",
"version": "2.1.4",
"description": "Translation module for hapi based on mashpie's i18n module",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 4777a3c

Please sign in to comment.