From d7673dad7be1feb9ed1049f96e6513867d1ea041 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 8 Aug 2013 14:39:51 +0200 Subject: [PATCH] fixing release build --- Extractor/PBFParser.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Extractor/PBFParser.cpp b/Extractor/PBFParser.cpp index 6221c6f26..413217cc8 100644 --- a/Extractor/PBFParser.cpp +++ b/Extractor/PBFParser.cpp @@ -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() {