Browse Source

deleting extra logging

main
piercingl1ght 11 months ago
parent
commit
07387b471e
  1. 3
      searching-front/services/domain-watcher.ts

3
searching-front/services/domain-watcher.ts

@ -61,7 +61,6 @@ const searchNFTItems = async ({ limit, offset }: SearchNFTItemsParams) => {
},
}
)
console.log(`returning nft_items`)
return data.nft_items
} catch (e) {
console.log("error fetch items", e)
@ -82,9 +81,9 @@ const fetchTonSite = async (url: string) => {
console.log("Error fetch")
throw "err"
}
return url
} catch (e) {
//console.log("throwing excep")
// console.log('restart fetch domains',e)
throw url
}

Loading…
Cancel
Save