remove debug log to stdout that shouldn't be there. It messes up zms

This commit is contained in:
Isaac Connor 2018-05-01 09:41:46 -04:00
parent 04198aa381
commit c8eab2d275
1 changed files with 0 additions and 2 deletions

View File

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