remove superflous ifdef
This commit is contained in:
parent
aff61dbc3e
commit
015b29e8a3
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user