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(); google::protobuf::ShutdownProtobufLibrary();
#ifndef NDEBUG
SimpleLogger().Write(logDEBUG) << SimpleLogger().Write(logDEBUG) <<
"parsed " << blockCount << "parsed " << blockCount <<
" blocks from pbf with " << groupCount << " blocks from pbf with " << groupCount <<
" groups"; " groups";
#endif
} }
inline bool PBFParser::ReadHeader() { inline bool PBFParser::ReadHeader() {