monkey-front-core 0.0.323 → 0.0.324

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.
@@ -2898,8 +2898,6 @@ class MonkeyEcxCommonsService {
2898
2898
  this.flagValidator = true;
2899
2899
  if (this.tokenStorage) {
2900
2900
  this.__tokenCredentials = await this.tokenStorage.getToken();
2901
- console.log('this.__tokenCredentials');
2902
- console.log(this.__tokenCredentials);
2903
2901
  }
2904
2902
  const pend = this.allowedSecurityAccessByPendency(otherArgs?.pendency);
2905
2903
  const allowedByProgram = this.allowedSecurityAccessByFeature(otherArgs?.featureByProgram);