移除log

pull/459/head
lyswhut 2021-02-19 22:10:37 +08:00
parent 9e1fe0a6c1
commit 24d5722ef7
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ const filterList = async({ playedList, listInfo, savePath, commit }) => {
}
const getPic = function(musicInfo, retryedSource = [], originMusic) {
console.log(musicInfo.source)
// console.log(musicInfo.source)
return music[musicInfo.source].getPic(musicInfo).promise.catch(err => {
if (!retryedSource.includes(musicInfo.source)) retryedSource.push(musicInfo.source)
return this.dispatch('list/getOtherSource', musicInfo).then(otherSource => {