Skip to content

Commit 3971502

Browse files
committed
🎨 删除调试
1 parent 4bb2acc commit 3971502

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/music/selecter.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ func longzhu(keyword string) message.Segment {
6161
// 假设 data 是包含整个 JSON 数组的字节切片
6262
results := gjson.ParseBytes(data).Array()
6363
for _, result := range results {
64-
fmt.Print(result)
6564
if strings.Contains(strings.ToLower(result.Get("title").String()), strings.ToLower(keyword)) {
6665
if musicURL := result.Get("full_track").String(); musicURL != "" {
6766
return message.Record(musicURL)

0 commit comments

Comments
 (0)