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);