Skip to content

Commit

Permalink
Delete a forgotten logger #75
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Aug 21, 2024
1 parent 7b6b7fb commit 79cdc54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/ng-select2-component/src/lib/select2.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,6 @@ export class Select2 implements ControlValueAccessor, OnInit, DoCheck, AfterView
this._value ??= value;

if (this.testDiffValue(this._value, value)) {
console.error(this.id, this._value, value);
this.update.emit({
component: this,
value: value,
Expand Down

0 comments on commit 79cdc54

Please sign in to comment.