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