From 1ac7375ba4b5453516ec7870fd375cb97fb88359 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck F4FXL - KC3FRA Date: Wed, 21 Nov 2018 20:44:14 +0100 Subject: [PATCH] Beautify code formating --- ircDDBGateway/IRCDDBGatewayThread.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ircDDBGateway/IRCDDBGatewayThread.cpp b/ircDDBGateway/IRCDDBGatewayThread.cpp index 620924e..0ab6978 100644 --- a/ircDDBGateway/IRCDDBGatewayThread.cpp +++ b/ircDDBGateway/IRCDDBGatewayThread.cpp @@ -1060,11 +1060,8 @@ void CIRCDDBGatewayThread::processG2() default: //Probably someone punching a UDP hole to us, keep track of that if(remoteAddress.s_addr != INADDR_NONE && remotePort > 0 && remotePort < 65536) { - wxLogMessage(wxT("Incoming G2 UDP punch from %s:%i"), ::inet_ntoa(remoteAddress), remotePort); - m_cache.updateGatewayG2(wxT(""), remoteAddress, remotePort); - } return;