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) {
|
if (bad.size() > 0) {
|
||||||
log.info("Deleted " + bad.size() +
|
log.info("Deleted " + bad.size() +
|
||||||
" triples of syntactically invalid restrictions");
|
" triples of syntactically invalid restrictions");
|
||||||
bad.write(System.out);
|
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
if (qe != null) {
|
if (qe != null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue