Remove a debug print
This commit is contained in:
parent
fb3218ff58
commit
baa263184e
|
@ -38,7 +38,6 @@ const updateTrackList = (tracks: TrackInfo[]) => {
|
||||||
listItem.appendChild(card);
|
listItem.appendChild(card);
|
||||||
listItem.trackId = info.id;
|
listItem.trackId = info.id;
|
||||||
listItem.onPlay = (id: string) => {
|
listItem.onPlay = (id: string) => {
|
||||||
console.log("time to play ", id);
|
|
||||||
playTrack(id);
|
playTrack(id);
|
||||||
};
|
};
|
||||||
playlist.appendChild(listItem);
|
playlist.appendChild(listItem);
|
||||||
|
|
Loading…
Reference in New Issue