Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Sep 16, 2023
1 parent ad511fb commit 310fbb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mixins/playlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@ export async function edit_playlist(

data.actions = actions;

console.log("data", data);

const json = await request_json("browse/edit_playlist", { data, signal });

const result: EditPlaylistResult = {
Expand Down

0 comments on commit 310fbb5

Please sign in to comment.