1
0
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:
dmiller
2014-06-26 04:01:44 +00:00
parent a0a94f9303
commit 1320ea9ca2

View File

@@ -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,