Remove console.log

This commit is contained in:
Cory LaViska
2020-08-06 09:13:45 -04:00
parent 3a508ac1e2
commit 7574c0e840

View File

@@ -36,7 +36,6 @@ export class Card {
disconnectedCallback() {
this.host.shadowRoot.removeEventListener('slotchange', this.updateSlots);
console.log('cleanup');
}
updateSlots() {