remove obsolete print-function

This commit is contained in:
Gerhard Hoffmann 2024-09-02 16:40:07 +02:00
parent bda8914f1a
commit eca285cc25

View File

@ -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