mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 15:40:14 +00:00
GP-0 removed debug print
This commit is contained in:
parent
99e6fc9f04
commit
6e8926cc62
@ -1329,7 +1329,6 @@ public class AutoAnalysisManager implements DomainObjectListener, DomainObjectCl
|
||||
String taskNames[] = getTimedTasks();
|
||||
for (String element : taskNames) {
|
||||
long taskTimeMSec = getTaskTime(timedTasks, element);
|
||||
System.out.println(element + ": " + taskTimeMSec);
|
||||
times.addTime(element, taskTimeMSec);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user