From fbc9098fdbc373e65e049405ec464d1a00301541 Mon Sep 17 00:00:00 2001 From: prozacx Date: Sun, 8 May 2005 08:46:31 +0000 Subject: [PATCH] Removed debug print git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@252 726aef4b-f618-498e-8847-2d620e286838 --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index 2c164e11..916256de 100644 --- a/main.cpp +++ b/main.cpp @@ -65,7 +65,6 @@ int main(int argc, char** argv) { if (iOptIndex >= 0) { CString sOption = Lower(g_LongOpts[iOptIndex].name); if (sOption == "version") { - cout << "---[" << CString(" test ").RightTrim() << "]" << endl; cout << CZNC::GetTag() << endl; return 0; } else if (sOption == "makepass") {