1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-03 14:30:01 +00:00

Got rid of erroneous logger message

This commit is contained in:
0xNF
2012-10-15 10:19:13 -04:00
parent 230f502779
commit d04ca45d29

View File

@@ -333,7 +333,6 @@ public class SearchEngineURLQueryAnalyzer extends Extract implements IngestModul
@Override
public void process(Image image, IngestImageWorkerController controller) {
logger.info("LAUNCHING COOKIES, ALL COOKIES ENGAGE.");
this.getURLs(image, controller);
logger.info("Search Engine stats: \n" + getTotals());
}