iptdevs-design-system 3.1.912 → 3.1.913

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.
@@ -4990,9 +4990,7 @@ class CodFormStepFourComponent extends CodFormSteps {
4990
4990
  courseType: Number(this.localStorageCOD.getCodFormData(1, 'course_type')),
4991
4991
  englishLevel: Number(this.localStorageCOD.getCodFormData(1, 'english_level')),
4992
4992
  };
4993
- console.log("params", params);
4994
4993
  this.dataFinancing = this.calculateQuotesService.calculateQuotes(params);
4995
- console.log("dataFinancing", this.dataFinancing);
4996
4994
  this.isFinancing = true;
4997
4995
  this.financingData.emit(this.dataFinancing);
4998
4996
  }