Skip to content

Commit

Permalink
fix(core/icon-toggle-button): remove console.log (#1516)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Leroux <[email protected]>
  • Loading branch information
h4de5 and danielleroux authored Oct 15, 2024
1 parent 81cd31b commit ff99d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quiet-tools-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siemens/ix": patch
---

fix(core/icon-toggle-button): remove console.log
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export class IconToggleButton {
...this.getIconSizeClass(),
},
};
console.log(baseButtonProps, this.disabled, this.loading);

return (
<Host
Expand Down

0 comments on commit ff99d8c

Please sign in to comment.