remove debug output

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2021-04-04 14:30:32 +02:00
parent 550fb88e63
commit 5f40b23fa0

View File

@ -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) {