Commenting out sys.out statements.
This commit is contained in:
parent
628d7615f3
commit
2f26db2b7f
3 changed files with 3 additions and 3 deletions
|
@ -280,7 +280,7 @@ public class CoPIGrantCountQueryRunner implements QueryRunner<CoPIData> {
|
||||||
|
|
||||||
log.debug("COPI QUERY - " + sparqlQuery);
|
log.debug("COPI QUERY - " + sparqlQuery);
|
||||||
|
|
||||||
System.out.println("\n\nCOPI QUERY - " + sparqlQuery + "\n\n");
|
//System.out.println("\n\nCOPI QUERY - " + sparqlQuery + "\n\n");
|
||||||
|
|
||||||
return sparqlQuery;
|
return sparqlQuery;
|
||||||
}
|
}
|
||||||
|
|
|
@ -247,7 +247,7 @@ public class EntityGrantCountQueryRunner implements QueryRunner<Entity> {
|
||||||
+ SPARQL_QUERY_COMMON_WHERE_CLAUSE + "}"
|
+ SPARQL_QUERY_COMMON_WHERE_CLAUSE + "}"
|
||||||
+ " } ";
|
+ " } ";
|
||||||
|
|
||||||
System.out.println("\n\nEntity Grant Count query is: "+ sparqlQuery);
|
//System.out.println("\n\nEntity Grant Count query is: "+ sparqlQuery);
|
||||||
|
|
||||||
log.debug("\nThe sparql query is :\n" + sparqlQuery);
|
log.debug("\nThe sparql query is :\n" + sparqlQuery);
|
||||||
|
|
||||||
|
|
|
@ -182,7 +182,7 @@ public class PersonGrantCountQueryRunner implements QueryRunner<Set<Grant>>{
|
||||||
+ "} ";
|
+ "} ";
|
||||||
|
|
||||||
log.debug("SPARQL query for person grant count -> \n"+ sparqlQuery);
|
log.debug("SPARQL query for person grant count -> \n"+ sparqlQuery);
|
||||||
System.out.println("SPARQL query for person grant count -> \n"+ sparqlQuery);
|
//System.out.println("SPARQL query for person grant count -> \n"+ sparqlQuery);
|
||||||
|
|
||||||
return sparqlQuery;
|
return sparqlQuery;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue