monkey-front-core 0.0.368 → 0.0.370

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.
@@ -5409,9 +5409,7 @@ class MonkeyEcxHttpConfigHeaderInterceptor {
5409
5409
  }
5410
5410
  async handle(request) {
5411
5411
  const { url } = request;
5412
- console.log('====> core 1 <====');
5413
5412
  if (this.authService.isTokenMandatory(url)) {
5414
- console.log('====> core 2 <====');
5415
5413
  try {
5416
5414
  await this.config
5417
5415
  .config()
@@ -5425,12 +5423,8 @@ class MonkeyEcxHttpConfigHeaderInterceptor {
5425
5423
  }
5426
5424
  }
5427
5425
  let resp = null;
5428
- console.log('====> core 3 <====');
5429
5426
  try {
5430
- console.log(url);
5431
5427
  resp = await this.authService.getRequestWithHeadersAsync(request);
5432
- console.log('====> core 4 <====');
5433
- console.log(resp);
5434
5428
  }
5435
5429
  catch (e) {
5436
5430
  this.errorHandlingService.handleError(e);