From d59b89205e09270d51f303b86ec6d71f36087a79 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 27 Jul 2007 18:11:03 +0000 Subject: Tidyups, remove of ifdefs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7597 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 97e2291be..cc01c3480 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1036,7 +1036,6 @@ void userrec::CheckClass() void userrec::FullConnect() { - ServerInstance->Log(DEBUG,"FullConnect"); ServerInstance->stats->statsConnects++; this->idle_lastmsg = ServerInstance->Time(); @@ -1117,8 +1116,6 @@ void userrec::FullConnect() FOREACH_MOD(I_OnPostConnect,OnPostConnect(this)); ServerInstance->SNO->WriteToSnoMask('c',"Client connecting on port %d: %s!%s@%s [%s] [%s]", this->GetPort(), this->nick, this->ident, this->host, this->GetIPString(), this->fullname); - - ServerInstance->Log(DEBUG,"Exit FullConnect"); } /** userrec::UpdateNick() -- cgit v1.2.3