From b22c63c6c41687e5cd893b138d3e5e76080cb34f Mon Sep 17 00:00:00 2001 From: psychon Date: Tue, 30 Mar 2010 10:10:26 +0000 Subject: [PATCH] And again a little less spamminess Meh, so much work to do on these --debug spam. :( git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1855 726aef4b-f618-498e-8847-2d620e286838 --- WebModules.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WebModules.cpp b/WebModules.cpp index 91183736..029444a4 100644 --- a/WebModules.cpp +++ b/WebModules.cpp @@ -174,10 +174,7 @@ void CWebSock::ParsePath() { m_sPage = "index"; } - DEBUG("Path [" + m_sPath + "]"); - DEBUG("User [" + m_sForceUser + "]"); - DEBUG("Module [" + m_sModName + "]"); - DEBUG("Page [" + m_sPage + "]"); + DEBUG("Path [" + m_sPath + "], User [" + m_sForceUser + "], Module [" + m_sModName + "], Page [" + m_sPage + "]"); } CModule* CWebSock::ResolveModule() {