Commit c50389c5 authored by Christophe Mutricy's avatar Christophe Mutricy

Remove debug.

parent bc80c614
...@@ -210,7 +210,6 @@ void ParseOption( module_config_t *p_item, mmap &mods, mcmap &mods2 ) ...@@ -210,7 +210,6 @@ void ParseOption( module_config_t *p_item, mmap &mods, mcmap &mods2 )
while( range.first != range.second ) while( range.first != range.second )
{ {
list = list.append( " " ); list = list.append( " " );
printf("%s",range.first->second.c_str());
list = list.append( range.first->second ); list = list.append( range.first->second );
++range.first; ++range.first;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment