removed a debugging log statement
This commit is contained in:
parent
447c677c39
commit
dc58791842
1 changed files with 0 additions and 1 deletions
|
@ -572,7 +572,6 @@ public class UpdateKnowledgeBase implements ServletContextListener {
|
|||
if (bad.size() > 0) {
|
||||
log.info("Deleted " + bad.size() +
|
||||
" triples of syntactically invalid restrictions");
|
||||
bad.write(System.out);
|
||||
}
|
||||
} finally {
|
||||
if (qe != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue