Explorar o código

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

Romain Rigaux %!s(int64=8) %!d(string=hai) anos
pai
achega
b122697464
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      desktop/core/src/desktop/templates/nav_components.mako

+ 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()
             }
           });