monkey-front-core 0.0.111 → 0.0.112

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3320,8 +3320,6 @@ class MonkeyEcxErrorHandlingService {
3320
3320
  const handlingService = injector.get(MonkeyEcxHandlingService);
3321
3321
  const httpErrorHandlingService = injector.get(MonkeyEcxHttpErrorHandlingService);
3322
3322
  const othersErrorsHandlingService = injector.get(MonkeyEcxOthersErrorsHandlingService);
3323
- console.log('======error');
3324
- console.log(error);
3325
3323
  if (error instanceof HttpErrorResponse) {
3326
3324
  const sCredentials = handlingService?.getMonkeyEcxServiceCredentials() || {};
3327
3325
  if (MonkeyEcxUtils.persistNullEmptyUndefined(type) && type === 'refresh_token') {