removed debug output

This commit is contained in:
Martchus 2015-08-16 23:45:23 +02:00
parent 8e27b97d47
commit 3aaed563df
1 changed files with 0 additions and 1 deletions

View File

@ -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