clear log
This commit is contained in:
parent
c72358f5df
commit
67f71a2808
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue