mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
don't flushRepeatedMessages() in LogHandler dtor
This commit is contained in:
parent
6555e6e8ef
commit
c8a0d61fd1
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ LogHandler::LogHandler() {
|
|||
}
|
||||
|
||||
LogHandler::~LogHandler() {
|
||||
flushRepeatedMessages();
|
||||
}
|
||||
|
||||
const char* stringForLogType(LogMsgType msgType) {
|
||||
|
|
Loading…
Reference in a new issue