remove debug log to stdout that shouldn't be there. It messes up zms
This commit is contained in:
parent
04198aa381
commit
c8eab2d275
|
@ -531,8 +531,6 @@ void Logger::logPrint( bool hex, const char * const filepath, const int line, co
|
|||
} else {
|
||||
puts("Logging to file, but file not open\n");
|
||||
}
|
||||
} else {
|
||||
puts("Not logging to file because level <= mFileLevel");
|
||||
}
|
||||
*syslogEnd = '\0';
|
||||
if ( level <= mDatabaseLevel ) {
|
||||
|
|
Loading…
Reference in New Issue