Skip to content

Commit 36c6ea5

Browse files
author
Sebi Nemeth
committed
clean up
1 parent a2fa744 commit 36c6ea5

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ class LiveTranslatorManager {
157157
path,
158158
locale: self._options.i18n.locale,
159159
}));
160-
console.log(values);
161160
}
162161
catch (exception) {
163162
console.warn(message, values, path, self._options.i18n.locale, exception);

package-lock.json

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"peerDependencies": {
2727
"lodash": "^4.17.21",
2828
"vue-demi": "^0.14.5",
29-
"vue-i18n": "^8.0.0",
30-
"json-cycle": "^1.5.0"
29+
"vue-i18n": "^8.0.0"
3130
},
3231
"devDependencies": {
3332
"@types/lodash": "^4.14.195",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ class LiveTranslatorManager {
186186
locale: self._options.i18n.locale,
187187
} as TranslationMeta),
188188
)
189-
console.log(values)
190189
} catch (exception) {
191190
console.warn(message, values, path, self._options.i18n.locale, exception)
192191
}

0 commit comments

Comments
 (0)