mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Some debug output less
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1968 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -645,7 +645,6 @@ CWebSock::EPageReqResult CWebSock::OnPageRequestInternal(const CString& sURI, CS
|
||||
m_Template.AppendPath(GetSkinPath(GetSkinName()) + "/mods/" + m_sModName + "/files/");
|
||||
m_Template.AppendPath(GetModWebPath(pModule) + "/files/");
|
||||
|
||||
std::cerr << "===================== fffffffffffffffffffff [" << m_sModName << "] [" << m_sPage << "]" << std::endl;
|
||||
if (PrintFile(m_Template.ExpandFile(m_sPage.TrimLeft_n("/")))) {
|
||||
return PAGE_PRINT;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user