mirror of
https://github.com/znc/znc.git
synced 2026-05-07 05:44:41 +02: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:
+2
-3
@@ -13,7 +13,6 @@
|
||||
#include <iostream>
|
||||
|
||||
using std::ostream;
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
class CTemplate;
|
||||
@@ -154,8 +153,8 @@ public:
|
||||
void ClearPaths();
|
||||
CString ResolvePath(const CString& sPath, const CString& sFilename);
|
||||
bool PrintString(CString& sRet);
|
||||
bool Print(ostream& oOut = cout);
|
||||
bool Print(const CString& sFileName, ostream& oOut = cout);
|
||||
bool Print(ostream& oOut);
|
||||
bool Print(const CString& sFileName, ostream& oOut);
|
||||
bool ValidIf(const CString& sArgs);
|
||||
bool ValidExpr(const CString& sExpr);
|
||||
bool IsTrue(const CString& sName);
|
||||
|
||||
@@ -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