From 8013c8d0f5cdbd7c22f8740404c933052b9f2fa4 Mon Sep 17 00:00:00 2001 From: Darren Zal Date: Tue, 14 Feb 2023 14:55:01 -0800 Subject: [PATCH] Update Explore.svelte --- src/components/explore/Explore.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/explore/Explore.svelte b/src/components/explore/Explore.svelte index db17852..56be375 100644 --- a/src/components/explore/Explore.svelte +++ b/src/components/explore/Explore.svelte @@ -190,8 +190,6 @@ // attributesToRetrieve: ['id'] // }) const searchResult = await index.search(e.target.value.toString()) -console.log(searchResult.hits) - // need to turn the search results into an array of ids which can be used to query the knowledge graph const resultsgraph = await generateKnowledgeGraph(searchResult.hits).then( resultsgraph => {