Skip to content

Commit

Permalink
Another console.log statement :(
Browse files Browse the repository at this point in the history
  • Loading branch information
schilchSICKAG committed Jan 31, 2025
1 parent fb53c43 commit f69e461
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/alert/alert.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default class SlAlert extends ShoelaceElement {
this.currentToastStack = Object.assign(document.createElement('div'), {
className: 'sl-toast-stack'
});
console.log('created');
}
return this.currentToastStack;
}
Expand Down

0 comments on commit f69e461

Please sign in to comment.