Skip to content

Commit 23ffd70

Browse files
committed
remove comment
1 parent ced6539 commit 23ffd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poem-demo/app/services/chat/ChatKnowledgeService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public ChatKnowledgeService() {
3737
public ChatQueryResult executeIntent(ChatIntent intent) {
3838
Objects.requireNonNull(intent, "intent must not be null");
3939
String sparql = intent.toSparql();
40-
logger.debug("Executing SPARQL for intent {}: {}", intent.name(), sparql);
40+
//logger.debug("Executing SPARQL for intent {}: {}", intent.name(), sparql);
4141
Query query = QueryFactory.create(sparql);
4242

4343
try (QueryExecution execution = QueryExecutionFactory.create(query, POEMModel.getModel())) {

0 commit comments

Comments
 (0)