Skip to content

Commit 31b6488

Browse files
committed
Add logging of SPARQL queries to console
1 parent 6e485bd commit 31b6488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helpers/mu/sparql.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function newSparqlClient() {
1414

1515
// executes a query (you can use the template syntax)
1616
function query( queryString ){
17+
console.log(queryString);
1718
return newSparqlClient().query( queryString ).execute();
1819
};
1920

0 commit comments

Comments
 (0)