deleted debug log

git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@358 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2011-07-15 02:09:40 +00:00
parent fb05eb6860
commit 542587e5e8
1 changed files with 1 additions and 11 deletions

View File

@ -781,17 +781,7 @@ void Generator<StreamType>::MakeTextContainer(Item & item)
std::vector<Item*>::iterator i = item.item_tab.begin();
for( ; i != item.item_tab.end() && !break_generating ; ++i )
{
if( *i == 0 )
{
#ifdef EZC_HAS_SPECIAL_STREAM
// temporary for debugging
log << log1 << "Generator: something wrong !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" << logend;
#endif
}
else
MakeText(**i);
}
MakeText(**i);
}