removed a debugging log statement

This commit is contained in:
brianjlowe 2013-11-05 15:53:11 -05:00
parent 447c677c39
commit dc58791842

View file

@ -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) {