From 6a3a11a555982d07987806a3e95ccfda905ce276 Mon Sep 17 00:00:00 2001 From: prozacx Date: Sun, 24 Apr 2005 06:02:12 +0000 Subject: [PATCH] Removed an old commented line git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@178 726aef4b-f618-498e-8847-2d620e286838 --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index e7d46da9..8fa72f25 100644 --- a/main.cpp +++ b/main.cpp @@ -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); }