Skip to content

Commit

Permalink
remove console debug msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
hinanaya committed Jul 8, 2024
1 parent 891c6bf commit 3cd7572
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/fields/playlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ class OBFieldPlaylist extends OBField {

this.#playlistItems = value;
this.playlistContent().then(() => {
console.log(this, this.#playlistItems);
console.log(this, this.#playlistContent);

this.#playlistItems = this.#playlistItems.filter((item) => {
return Object.keys(this.#playlistContent).includes(item.toString());
});
Expand Down

0 comments on commit 3cd7572

Please sign in to comment.