bc-primeng-ui 0.0.2 → 0.0.3

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.
@@ -378,7 +378,6 @@ class CustomDatepickerComponent {
378
378
  }
379
379
  ngControlInstance = null;
380
380
  ngOnInit() {
381
- debugger;
382
381
  if (this.controlContainer && this.formControlName) {
383
382
  this.control = this.controlContainer.control?.get(this.formControlName);
384
383
  if (this.control) {