mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Remove console.log
This commit is contained in:
@@ -36,7 +36,6 @@ export class Card {
|
||||
|
||||
disconnectedCallback() {
|
||||
this.host.shadowRoot.removeEventListener('slotchange', this.updateSlots);
|
||||
console.log('cleanup');
|
||||
}
|
||||
|
||||
updateSlots() {
|
||||
|
||||
Reference in New Issue
Block a user