Removed a cerr used in debugging

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1789 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2010-02-24 04:35:59 +00:00
parent 7215efe434
commit c9b2f4e063

View File

@@ -222,8 +222,6 @@ public:
virtual bool WebRequiresAdmin() { return false; }
virtual CString GetWebMenuTitle() { return "webadmin"; }
virtual bool OnWebRequest(CWebSock& WebSock, const CString& sPageName, CTemplate& Tmpl) {
std::cerr << "=============================== webadmin sPageName=[" << sPageName << "]" << std::endl;
if (sPageName == "settings") {
return SettingsPage(WebSock, Tmpl);
} else if (sPageName == "adduser") {