mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: remove i18n console log (#56691)
This commit is contained in:
parent
11c4ab8397
commit
6969354490
@ -15,7 +15,6 @@ const loadTranslations: BackendModule = {
|
||||
type: 'backend',
|
||||
init() {},
|
||||
async read(language, namespace, callback) {
|
||||
console.log('using loadTranslations plugin', { language, namespace, callback });
|
||||
const loader = messageLoaders[language];
|
||||
if (!loader) {
|
||||
return callback(new Error('No message loader available for ' + language), null);
|
||||
|
Loading…
Reference in New Issue
Block a user