diff --git a/src/zm_logger.cpp b/src/zm_logger.cpp index 3e30d2182..7add6ef9e 100644 --- a/src/zm_logger.cpp +++ b/src/zm_logger.cpp @@ -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 ) {