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 return data.nft_items
} catch (e) { } catch (e) {
console.log("error fetch items", e) console.log("error fetch items", e)
@ -82,9 +81,9 @@ const fetchTonSite = async (url: string) => {
console.log("Error fetch") console.log("Error fetch")
throw "err" throw "err"
} }
return url return url
} catch (e) { } catch (e) {
//console.log("throwing excep")
// console.log('restart fetch domains',e) // console.log('restart fetch domains',e)
throw url throw url
} }

Loading…
Cancel
Save