From ee77b71fd34c0ffd3b10c42bae46741c41c30169 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 29 May 2008 14:47:05 +0000 Subject: [PATCH] Remove some debugging code that was added in the merge from nmap-massping-migration. --- scan_engine.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scan_engine.cc b/scan_engine.cc index 088da37ab..22fd3954c 100644 --- a/scan_engine.cc +++ b/scan_engine.cc @@ -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::iterator hostI;