removed debugging log message from JenaModelUtils

This commit is contained in:
brianjlowe 2011-12-01 15:27:42 +00:00
parent e1c6ea5bcc
commit 5806bf699c

View file

@ -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 {