Skip to content

Commit

Permalink
Merge pull request Binaryify#1848 from yuxiaolejs/master
Browse files Browse the repository at this point in the history
[fix] removed unnecessary console log in song_url_v1
  • Loading branch information
Binaryify authored Nov 30, 2023
2 parents 52b2335 + efde4c3 commit f8e839d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/song_url_v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = (query, request) => {
if (data.level == 'sky') {
data.immerseType = 'c51'
}
console.log(data)
return request(
'POST',
`https://interface.music.163.com/eapi/song/enhance/player/url/v1`,
Expand Down

0 comments on commit f8e839d

Please sign in to comment.