Skip to content

Commit

Permalink
Remove logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Sep 5, 2024
1 parent 6735344 commit c311579
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ private static List<String> instantiatePatternQueries(QuerySource querySource, C
selectQueryString.append(" " + whereClause);
selectQueryString.append(" LIMIT " + config.limit());
selectQueryString.setNsPrefixes(patternQuery.getPrefixMapping());
LOGGER.info("Query pattern: {}", selectQueryString.asQuery().toString());

// send request to SPARQL endpoint and instantiate the pattern based on results
try (QueryExecution exec = QueryExecutionFactory.createServiceRequest(config.endpoint().toString(), selectQueryString.asQuery())) {
Expand Down

0 comments on commit c311579

Please sign in to comment.