Skip to content
Snippets Groups Projects
Commit 40a285dd authored by Johannes Späth's avatar Johannes Späth
Browse files

Removing syso

parent 15edd409
No related branches found
No related tags found
No related merge requests found
......@@ -78,10 +78,10 @@ public abstract class CryptoScanner {
CrySLResultsReporter listener = getAnalysisListener();
listener.beforeAnalysis();
analysisWatch = Stopwatch.createStarted();
System.out.println("Searching fo Seeds for analysis!");
logger.info("Searching fo Seeds for analysis!");
initialize();
long elapsed = analysisWatch.elapsed(TimeUnit.SECONDS);
System.out.println("Discovered " + worklist.size() + " analysis seeds within " + elapsed + " seconds!");
logger.info("Discovered " + worklist.size() + " analysis seeds within " + elapsed + " seconds!");
while (!worklist.isEmpty()) {
IAnalysisSeed curr = worklist.poll();
listener.discoveredSeed(curr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment