Removed error log - postKeywordHitToBlackboard() may legitimately return NULL, say for CreditCard hits

This commit is contained in:
Raman 2017-10-25 12:46:28 -04:00
parent 1dcd745183
commit a8fce5caee

View File

@ -222,9 +222,6 @@ class QueryResults {
* Post an artifact for the hit to the blackboard.
*/
BlackboardArtifact artifact = query.postKeywordHitToBlackboard(content, keyword, hit, snippet, query.getKeywordList().getName());
if (null == artifact) {
logger.log(Level.SEVERE, "Error posting keyword hit artifact for keyword {0} in {1} to the blackboard", new Object[]{keyword.toString(), content}); //NON-NLS
}
/*
* Send an ingest inbox message for the hit.