Add some temporay logging code to SearchRunner

This commit is contained in:
Richard Cordovano 2017-06-26 18:34:48 -04:00
parent 758ddbc853
commit 6722e6c5e3

View File

@ -515,7 +515,6 @@ public final class SearchRunner {
logger.log(Level.INFO, "Searcher took {0} secs to run", stopWatch.getElapsedTimeSecs()); //NON-NLS
} finally {
logger.log(Level.INFO, "Searcher notifying"); //NON-NLS
// In case a thread is waiting on this worker to be done
job.searchNotify();
}