remove obsolete print-function
This commit is contained in:
parent
bda8914f1a
commit
eca285cc25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user