Removed a debug print

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@211 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-30 11:06:04 +00:00
parent 04e1d6aaa7
commit 67bc4894ee
-1
View File
@@ -252,7 +252,6 @@ bool CZNC::WriteNewConfig(const string& sConfigFile) {
#endif
vsLines.push_back("ListenPort = " + string((bAnswer) ? "+" : "") + CUtils::ToString(uPort));
cerr << "ListenPort = " + string((bAnswer) ? "+" : "") + CUtils::ToString(uPort) << endl;
// !ListenPort
// User