remove debug message :-)
This commit is contained in:
parent
fa30b79576
commit
d03e63a059
1 changed files with 0 additions and 1 deletions
|
@ -1498,7 +1498,6 @@ parse_option (const string& arg)
|
|||
} else {
|
||||
arg_name = arg.substr( 2, pos - 2 );
|
||||
arg_value = arg.substr( pos + 1);
|
||||
cerr << "KEY=" << arg_name << " VAL=" << arg_value << endl;
|
||||
}
|
||||
map<string,size_t>::iterator it = fgOptionMap.find( arg_name );
|
||||
if ( it != fgOptionMap.end() ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue