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 3fbcb24e78
commit b22c63c6c4

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() {