From 07387b471eae04a24c044ec6d81632510474dfee Mon Sep 17 00:00:00 2001 From: piercingl1ght Date: Wed, 8 Nov 2023 20:28:06 +0300 Subject: [PATCH] deleting extra logging --- searching-front/services/domain-watcher.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/searching-front/services/domain-watcher.ts b/searching-front/services/domain-watcher.ts index 3855ee8..e0612e1 100644 --- a/searching-front/services/domain-watcher.ts +++ b/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 }