mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Removed debug print
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@252 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user