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
This commit is contained in:
psychon
2010-03-30 10:10:26 +00:00
parent a8c95c5882
commit c4703fb709
+1 -4
View File
@@ -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() {