Update missing translation handler.

This commit is contained in:
Igor Kulikov 2019-03-12 16:16:11 +02:00
parent 850376c34d
commit effb629a33

View File

@ -20,7 +20,7 @@
/*@ngInject*/
function ThingsboardMissingTranslateHandler(/*$log, types*/) {
return function (translationId) {
return function (/*translationId*/) {
/*if (translationId && !translationId.startsWith(types.translate.customTranslationsPrefix)) {
$log.warn('Translation for ' + translationId + ' doesn\'t exist');
}*/