@the-liberators/ngx-scrumteamsurvey-tools 2.3.26 → 2.3.27

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.
@@ -3386,7 +3386,6 @@ class QuantitySelectorComponent {
3386
3386
  this.onChange(this.quantity);
3387
3387
  }
3388
3388
  writeValue(quantity) {
3389
- console.log(quantity);
3390
3389
  this.quantity = quantity;
3391
3390
  }
3392
3391
  registerOnChange(fn) {