From 4d52d957f6b8d7e6a5b07236fe0cfbe88ed01a05 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sat, 24 May 2025 06:05:14 +0300 Subject: [PATCH] cleanup --- ng-sdk-js/example-webapp-react-socialquery/src/Query.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ng-sdk-js/example-webapp-react-socialquery/src/Query.tsx b/ng-sdk-js/example-webapp-react-socialquery/src/Query.tsx index c5e0960..0834cc7 100644 --- a/ng-sdk-js/example-webapp-react-socialquery/src/Query.tsx +++ b/ng-sdk-js/example-webapp-react-socialquery/src/Query.tsx @@ -96,10 +96,10 @@ const Query: FunctionComponent = () => { if (social_query?.socialQuerySparql) { if (!social_query?.socialQueryForwarder) { - console.log(social_query?.socialQuerySparql); + //console.log(social_query?.socialQuerySparql); start(); } else { - console.log("some results arrived") + console.log("ready to receive results") dataset.on( [null, null, null, namedNode(resourceUri)], (changes: DatasetChanges) => {