Another console.log statement :(

pull/2359/head
Christian Schilling 2025-01-31 10:41:29 +01:00
rodzic fb53c435de
commit f69e4613b4
1 zmienionych plików z 0 dodań i 1 usunięć
src/components/alert

Wyświetl plik

@ -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;
}