@evotor-dev/ui-kit 6.19.0 → 6.19.1

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.
@@ -7809,7 +7809,6 @@
7809
7809
  this.cdr.markForCheck();
7810
7810
  };
7811
7811
  EvoTextareaComponent.prototype.writeValue = function (value) {
7812
- console.log(value);
7813
7812
  this.value = value !== null && value !== void 0 ? value : '';
7814
7813
  this.cdr.markForCheck();
7815
7814
  };