mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:29:01 +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() {
|
LogHandler::~LogHandler() {
|
||||||
flushRepeatedMessages();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* stringForLogType(LogMsgType msgType) {
|
const char* stringForLogType(LogMsgType msgType) {
|
||||||
|
|
Loading…
Reference in a new issue