remove obsolete print-function
This commit is contained in:
		@@ -14,6 +14,8 @@
 | 
			
		||||
void setDebugLevel(int level);
 | 
			
		||||
int getDebugLevel();
 | 
			
		||||
 | 
			
		||||
#if 0
 | 
			
		||||
 | 
			
		||||
static void print() {
 | 
			
		||||
    std::cerr << "\n";
 | 
			
		||||
    if (getDebugLevel() == DBG_LEVEL_FATAL) {
 | 
			
		||||
@@ -75,4 +77,6 @@ static void LOG_FATAL(const Arg1& arg1, const Args&&... args) {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif //  TARIFF_LOG_INCLUDED_H
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user