removed debugging log message from JenaModelUtils
This commit is contained in:
parent
e1c6ea5bcc
commit
5806bf699c
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ public class JenaModelUtils {
|
|||
|
||||
// Perform the SPARQL DESCRIBEs
|
||||
for ( String queryStr : queryStrList ) {
|
||||
log.info(queryStr + "\n\n");
|
||||
Query tboxSparqlQuery = QueryFactory.create(queryStr);
|
||||
QueryExecution qe = QueryExecutionFactory.create(tboxSparqlQuery,dataset);
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue