fixing release build

This commit is contained in:
Dennis Luxen 2013-08-08 14:39:51 +02:00
parent 44eed9282b
commit d7673dad7b

View File

@ -49,10 +49,12 @@ PBFParser::~PBFParser() {
}
google::protobuf::ShutdownProtobufLibrary();
#ifndef NDEBUG
SimpleLogger().Write(logDEBUG) <<
"parsed " << blockCount <<
" blocks from pbf with " << groupCount <<
" groups";
#endif
}
inline bool PBFParser::ReadHeader() {