return, don't log

pull/1/head
ansuz 2016-10-24 11:47:13 +02:00
parent 1785516f0e
commit e07cb984e5
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
});
});