Removed debug statement

pull/2359/head
Christian Schilling 2025-01-31 10:24:27 +01:00
rodzic e4d955a561
commit d19e645ff3
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -51,7 +51,6 @@ export default class SlAlert extends ShoelaceElement {
private static currentToastStack: HTMLDivElement;
private static get toastStack() {
console.log('called');
if (!this.currentToastStack) {
this.currentToastStack = Object.assign(document.createElement('div'), {
className: 'sl-toast-stack'