Skip to content

Commit

Permalink
fix(core): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Jan 24, 2024
1 parent e23d280 commit d1d5b59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/components/cat-radio/cat-radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ export class CatRadio {

private onInput() {
this.checked = true;
console.log('onInput', this.value);
this.catChange.emit(this.value);
}

Expand Down

0 comments on commit d1d5b59

Please sign in to comment.