remove debug output
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
550fb88e63
commit
5f40b23fa0
@ -6,9 +6,6 @@ function loadLocaleMessages() {
|
||||
const locales = require.context('../locales', true, /[A-Za-z0-9-_,\s]+\.json$/i)
|
||||
const messages = {}
|
||||
|
||||
window.console.log("locales")
|
||||
window.console.log(locales)
|
||||
|
||||
locales.keys().forEach(key => {
|
||||
const matched = key.match(/([A-Za-z0-9-_]+)\./i)
|
||||
if (matched && matched.length > 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user