remove debug output
This commit is contained in:
		
							parent
							
								
									3c5b2286a3
								
							
						
					
					
						commit
						3cb34f8036
					
				@ -70,8 +70,6 @@ PBFParser::PBFParser(
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PBFParser::~PBFParser() {
 | 
					PBFParser::~PBFParser() {
 | 
				
			||||||
	SimpleLogger().Write(logDEBUG) << "d'tor pbf";
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if(input.is_open()) {
 | 
						if(input.is_open()) {
 | 
				
			||||||
		input.close();
 | 
							input.close();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user