Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Apr 17, 2023
1 parent 0a393cd commit 757eb19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
get_album,
get_album_browse_id,
get_home,
get_library_artists,
get_option,
setup,
} from "./mod.ts";
Expand Down Expand Up @@ -131,9 +132,7 @@ setTimeout(() => {
console.log("signal", controller.signal.aborted);
}, 2000);

console.log("idk", await auth.get_headers());

get_home({ signal: controller.signal })
get_library_artists({ signal: controller.signal })
// get_playlist("PLCwfwQhurMOukOqbFmYRidZ81ng_2iSUE")
// .then((data) => {
// return get_queue(null, data.playlistId, { autoplay: true });
Expand Down

0 comments on commit 757eb19

Please sign in to comment.