return, don't log
This commit is contained in:
parent
1785516f0e
commit
e07cb984e5
@ -33,7 +33,6 @@ define(['/customize/languageSelector.js',
|
|||||||
if (!translation[k]) {
|
if (!translation[k]) {
|
||||||
var warning = "key [" + k + "] is missing from translation [" + code + "]";
|
var warning = "key [" + k + "] is missing from translation [" + code + "]";
|
||||||
missing.push(warning);
|
missing.push(warning);
|
||||||
console.log(warning);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user