clear log

This commit is contained in:
vapormusic 2022-07-01 00:22:07 +07:00
parent c72358f5df
commit 67f71a2808

View file

@ -120,7 +120,6 @@ export class LocalFiles {
attachments: true})).rows.map((item: any)=>{return item.doc})
let tracks = rows.filter((item: any) => {return this.getDataType(item._id) == "track" && !folders.some((i: String) => {return item["attributes"]["assetUrl"].startsWith("file:///" + i)})})
let hashs = tracks.map((i: any) => {return i._id})
console.log(hashs)
for (let hash of hashs){
try{
ProviderDB.db.get(hash).then(function (doc: any) {