remove superflous ifdef

This commit is contained in:
Dennis Luxen 2013-12-08 19:12:01 +01:00
parent aff61dbc3e
commit 015b29e8a3

View File

@ -56,12 +56,10 @@ 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() {