mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove some debugging code that was added in the merge from
nmap-massping-migration.
This commit is contained in:
parent
9f1c28ad9c
commit
ee77b71fd3
1 changed files with 0 additions and 4 deletions
|
|
@ -3150,10 +3150,6 @@ static void printAnyStats(UltraScanInfo *USI) {
|
|||
USI->send_rate_meter.getOverallByteRate());
|
||||
}
|
||||
|
||||
if (o.debugging > 2) {
|
||||
log_write(LOG_PLAIN, "packet_ratio: %.2f %d/%d %.5f = 1 / %.5f\n", o.TimeSinceStartMS() / 1000.0, USI->gstats->probes_replied_to, USI->gstats->probes_sent, 1.0 / USI->gstats->cc_scale(), USI->gstats->cc_scale());
|
||||
}
|
||||
|
||||
/* Now time to figure out how close we are to completion ... */
|
||||
if (USI->SPM->mayBePrinted(&USI->now)) {
|
||||
list<HostScanStats *>::iterator hostI;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue