Skip to content
Snippets Groups Projects
Commit 6de08cbc authored by esikkala's avatar esikkala
Browse files

Clean up

parent f9c7f737
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,6 @@ export const queryJenaIndex = async ({
q = q.replace('<QUERY>', `
?id text:query ('${queryTerm.toLowerCase()}' 2000) .
`);
console.log(prefixes + q)
const results = await runSelectQuery(prefixes + q, endpoint, makeObjectList, resultFormat);
console.log(results)
return results;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment