A music player that connects to your cloud/distributed storage.

chore: remove logs

-12
-12
src/components/configurator/output/element.js
··· 73 73 async connectedCallback() { 74 74 super.connectedCallback(); 75 75 this.#selectedOutput.value = await this.#findSelectedOutput(); 76 - 77 - this.effect(() => { 78 - console.log("selectedOutput changed", this.#selectedOutput.value); 79 - }); 80 - 81 - this.effect(() => { 82 - console.log("collection changed", this.tracks.collection()); 83 - }); 84 - 85 - this.effect(() => { 86 - console.log("state changed", this.tracks.state()); 87 - }); 88 76 } 89 77 90 78 // MISC