From: brain Date: Fri, 6 Jun 2008 23:12:04 +0000 (+0000) Subject: Remove this debug line, eliminating its pointless warning X-Git-Tag: v2.0.23~3054 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=95e4d51f9119088b2760fff9457e77d500830a74;p=user%2Fhenk%2Fcode%2Finspircd.git Remove this debug line, eliminating its pointless warning git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9858 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_spanningtree/treesocket2.cpp b/src/modules/m_spanningtree/treesocket2.cpp index 807117daa..26785fd39 100644 --- a/src/modules/m_spanningtree/treesocket2.cpp +++ b/src/modules/m_spanningtree/treesocket2.cpp @@ -689,7 +689,6 @@ int TreeSocket::OnIncomingConnection(int newsock, char* ip) if (!found) { Utils->Creator->RemoteMessage(NULL,"Server connection from %s denied (no link blocks with that IP address)", ip); - Instance->Logs->Log("m_spanningtree", DEBUG, "There are %lu allowed ips in the ValidIPs list", Utils->ValidIPs.size()); Instance->SE->Close(newsock); return false; }