From 5972139ce837fa217a87e5f7efdcd3ee35195e81 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 10 Apr 2023 15:42:20 -0700 Subject: [PATCH] rm some msgs --- reflector/InterlinkMap.cpp | 8 -------- 1 file changed, 8 deletions(-) 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