diff --git a/DataStructures/PBFParser.h b/DataStructures/PBFParser.h index 5ff24df4c..09d11d053 100644 --- a/DataStructures/PBFParser.h +++ b/DataStructures/PBFParser.h @@ -93,7 +93,7 @@ public: google::protobuf::ShutdownProtobufLibrary(); -#ifdef DEBUG +#ifndef NDEBUG std::cout << "[info] blocks: " << blockCount << std::endl; std::cout << "[info] groups: " << groupCount << std::endl; #endif