Removed an old commented line

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@178 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-24 06:02:12 +00:00
parent f32fb1b3f1
commit 6a3a11a555
-1
View File
@@ -171,7 +171,6 @@ int main(int argc, char** argv) {
CUtils::PrintStatus(true, "[pid: " + CUtils::ToString(iPid) + "]");
CUtils::PrintMessage("ZNC - by prozac@gmail.com");
// [port: " << ((pZNC->IsSSL()) ? "+" : "") << pZNC->GetListenPort() << "] [pid: " << iPid << "]" << endl;
pZNC->WritePidFile(iPid);
exit(0);
}