From 5772b7d393a3dca8d2f729dd4b4cb4d6bbd52cc9 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 26 Jan 2006 10:59:59 +0000 Subject: Removed excessive debug for something thats now fixed git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2915 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 8d54fd737..4b390eeb0 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -334,7 +334,6 @@ void InspIRCd::MoveAfter(std::string modulename, std::string after) log(DEBUG,"Move %s after %s...",modulename.c_str(),after.c_str()); for (unsigned int v = 0; v < Config->module_names.size(); v++) { - log(DEBUG,"Curr=%s after=%s v=%d",Config->module_names[v].c_str(),after.c_str(),v); if (Config->module_names[v] == after) { MoveTo(modulename, v); -- cgit v1.2.3