From 9dc430b07c5341ed770787f66d16027fca275719 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Tue, 20 Nov 2012 00:11:56 +0000 Subject: [PATCH] + remove useless comments --- src/common/networkTools.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/networkTools.cpp b/src/common/networkTools.cpp index b97922006..80375f8e6 100644 --- a/src/common/networkTools.cpp +++ b/src/common/networkTools.cpp @@ -40,10 +40,7 @@ std::map kiwix::getNetworkInterfaces() { } int nNumInterfaces = nBytesReturned / sizeof(INTERFACE_INFO); - std::cout << "There are " << nNumInterfaces << " interfaces:" << std::endl; for (int i = 0; i < nNumInterfaces; ++i) { - std::cout << std::endl; - sockaddr_in *pAddress; pAddress = (sockaddr_in *) & (InterfaceList[i].iiAddress);