Skip to content

Commit

Permalink
移除多余的日志输出
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Mar 17, 2023
1 parent c5d9a48 commit db08ec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions publish/changeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
该版本配置文件数据结构已更改,更新时请注意更新配置文件
### 其他

### 优化

- 修改配置文件数据结构
- 移除多余的日志输出
2 changes: 1 addition & 1 deletion src/user/modules/listManage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export class ListManage {
const index = targetList.findIndex(l => l.id == musicInfo.id)
if (index < 0) continue
const info: LX.Music.MusicInfo = { ...targetList[index] }
console.log(musicInfo)
// console.log(musicInfo)
Object.assign(info, {
name: musicInfo.name,
singer: musicInfo.singer,
Expand Down

0 comments on commit db08ec2

Please sign in to comment.