Skip to content

Commit

Permalink
Add logging of SPARQL queries to console
Browse files Browse the repository at this point in the history
  • Loading branch information
erikap committed Jun 3, 2017
1 parent 6e485bd commit 31b6488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/mu/sparql.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function newSparqlClient() {

// executes a query (you can use the template syntax)
function query( queryString ){
console.log(queryString);
return newSparqlClient().query( queryString ).execute();
};

Expand Down

0 comments on commit 31b6488

Please sign in to comment.