remove obsolete print-function
This commit is contained in:
parent
bda8914f1a
commit
eca285cc25
@ -14,6 +14,8 @@
|
|||||||
void setDebugLevel(int level);
|
void setDebugLevel(int level);
|
||||||
int getDebugLevel();
|
int getDebugLevel();
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
|
||||||
static void print() {
|
static void print() {
|
||||||
std::cerr << "\n";
|
std::cerr << "\n";
|
||||||
if (getDebugLevel() == DBG_LEVEL_FATAL) {
|
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
|
#endif // TARIFF_LOG_INCLUDED_H
|
||||||
|
Loading…
Reference in New Issue
Block a user