Browse Source

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

Romain Rigaux 8 years ago
parent
commit
b122697
1 changed files with 0 additions and 1 deletions
  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()
             }
           });