mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user