return, don't log

pull/1/head
ansuz 8 years ago
parent 1785516f0e
commit e07cb984e5

@ -33,7 +33,6 @@ define(['/customize/languageSelector.js',
if (!translation[k]) {
var warning = "key [" + k + "] is missing from translation [" + code + "]";
missing.push(warning);
console.log(warning);
}
});
});

Loading…
Cancel
Save