remove debug output

This commit is contained in:
Dennis Luxen
2014-05-09 11:23:56 +02:00
parent 3c5b2286a3
commit 3cb34f8036
-2
View File
@@ -70,8 +70,6 @@ PBFParser::PBFParser(
}
PBFParser::~PBFParser() {
SimpleLogger().Write(logDEBUG) << "d'tor pbf";
if(input.is_open()) {
input.close();
}