diff --git a/reflector/InterlinkMap.cpp b/reflector/InterlinkMap.cpp index 4767dc0..90d13dd 100644 --- a/reflector/InterlinkMap.cpp +++ b/reflector/InterlinkMap.cpp @@ -178,14 +178,6 @@ bool CInterlinkMap::IsCallsignListed(const std::string &callsign, const CIp &ip, { return true; } - else - { - std::cout << ip << " is not equal to " << item->second.GetIp() << std::endl; - } - } - else - { - std::cout << "Problem with linking " << callsign << " modules '" << modules << "'\n"; } } else