Don't output abbreviations to console when indexing Dsl files.

This commit is contained in:
Konstantin Isakov 2010-05-28 19:04:12 +04:00
parent 9980863bd8
commit 68b1e5f262

2
dsl.cc
View file

@ -1495,7 +1495,7 @@ vector< sptr< Dictionary::Class > > makeDictionaries(
for( map< string, string >::const_iterator i = abrv.begin();
i != abrv.end(); ++i )
{
printf( "%s:%s\n", i->first.c_str(), i->second.c_str() );
// printf( "%s:%s\n", i->first.c_str(), i->second.c_str() );
sz = i->first.size();
chunks.addToBlock( &sz, sizeof( uint32_t ) );