fix: song/url 返回排序处理 #1792, 移除多余log

This commit is contained in:
binaryify
2023-09-09 17:11:02 +08:00
parent 8c52f4de1b
commit 2e933b3d61
2 changed files with 16 additions and 8 deletions

View File

@ -12,7 +12,6 @@ const anonymous_token = fs.readFileSync(
path.resolve(tmpPath, './anonymous_token'),
'utf-8',
)
console.log(anonymous_token)
const { URLSearchParams, URL } = require('url')
// request.debug = true // 开启可看到更详细信息