mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 04:39:03 +00:00
Remove leftover debugging statement
This commit is contained in:
@@ -389,7 +389,6 @@ int print_iflist(void) {
|
||||
Tbl->addItem(i + 1, devcol, false, iflist[i].devfullname);
|
||||
Tbl->addItemFormatted(i + 1, shortdevcol, false, "(%s)",
|
||||
iflist[i].devname);
|
||||
fprintf(stderr,"dev %s, AF %d\n", iflist[i].devname, iflist[i].addr.ss_family);
|
||||
address = inet_ntop_ez(&(iflist[i].addr), sizeof(iflist[i].addr));
|
||||
Tbl->addItemFormatted(i + 1, ipcol, false, "%s/%d",
|
||||
address == NULL ? "(none)" : address,
|
||||
|
||||
Reference in New Issue
Block a user