From b9de69b2dfff8796614e0ff9a2b49612989f73a3 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 28 Jan 2007 16:17:55 +0000 Subject: Remove debug, add a few comments git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6450 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree/handshaketimer.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules/m_spanningtree') diff --git a/src/modules/m_spanningtree/handshaketimer.cpp b/src/modules/m_spanningtree/handshaketimer.cpp index 150c9eecd..e0c471af7 100644 --- a/src/modules/m_spanningtree/handshaketimer.cpp +++ b/src/modules/m_spanningtree/handshaketimer.cpp @@ -26,13 +26,10 @@ HandshakeTimer::HandshakeTimer(InspIRCd* Inst, TreeSocket* s, Link* l, SpanningT void HandshakeTimer::Tick(time_t TIME) { - Instance->Log(DEBUG,"Tick handshake timer."); if (Instance->SE->GetRef(thefd) == sock) { - Instance->Log(DEBUG,"Socket still here"); if (sock->GetHook() && InspSocketHSCompleteRequest(sock, (Module*)Utils->Creator, sock->GetHook()).Send()) { - Instance->Log(DEBUG,"request complete"); InspSocketAttachCertRequest(sock, (Module*)Utils->Creator, sock->GetHook()).Send(); sock->SendCapabilities(); if (sock->GetLinkState() == CONNECTING) @@ -42,7 +39,6 @@ void HandshakeTimer::Tick(time_t TIME) } else { - Instance->Log(DEBUG,"Request not yet complete"); Instance->Timers->AddTimer(new HandshakeTimer(Instance, sock, lnk, Utils)); } } -- cgit v1.2.3