From 3aaed563df9069abeb4cbb6bce806fec4c03882e Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 16 Aug 2015 23:45:23 +0200 Subject: [PATCH] removed debug output --- application/argumentparser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/application/argumentparser.cpp b/application/argumentparser.cpp index 539bb06..52ebb54 100644 --- a/application/argumentparser.cpp +++ b/application/argumentparser.cpp @@ -504,7 +504,6 @@ void ArgumentParser::parseArgs(int argc, char *argv[]) } } if(currentArg) { - cout << "first arg found" << endl; currentArg->m_present = true; ++actualArgc; // we actually found an argument // now we might need to read values tied to that argument