Эх сурвалжийг харах

HUE-6132 [metadata] Suppress console error log when metadata entity can not be found

Romain Rigaux 8 жил өмнө
parent
commit
b122697

+ 0 - 1
desktop/core/src/desktop/templates/nav_components.mako

@@ -93,7 +93,6 @@ from django.utils.translation import ugettext as _
               fetchDeferral.resolve(data.entity);
             },
             errorCallback: function (error) {
-              hueUtils.logError(error);
               fetchDeferral.reject()
             }
           });