Skip to content

Commit 6d7c48f

Browse files
author
Clement Champetier
committed
OptionLoader: clean
1 parent 5c13b9c commit 6d7c48f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/AvTranscoder/OptionLoader.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ OptionLoader::OptionArray OptionLoader::loadOptions( void* av_class, int req_fla
244244

245245
OptionType optionType = Option::getTypeFromAVOption( avOption->unit, avOption->type );
246246

247-
//std::cout << "The option is " << avOption->name << " of type : " << avOption->type << std::endl;
248-
249247
if( optionType == TypeChild )
250248
{
251249
childOptions.push_back( Option( *avOption, optionType ) );

0 commit comments

Comments
 (0)