diff --git a/src/global-methods.js b/src/global-methods.js index 02118db1e..85fd02841 100644 --- a/src/global-methods.js +++ b/src/global-methods.js @@ -97,12 +97,12 @@ export default { true ); } - + if (error.response.status != "404") { // Do not route to error logic when no wipers found or no promo found (404s) // router.navigateError(); Emergency change for testing - skiener 03/12 - // do not log 404 errors from services because we return NotFound + // do not log 404 errors from services because we return NotFound // when a service doesn't return an object global.$logger.logError( `${method}: ${endpoint}: ${error.message}`,