mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 09:06:51 +02:00
Remove commented line in LogHandler
This commit is contained in:
parent
a52e2d8bc5
commit
2bb2aca2be
1 changed files with 0 additions and 2 deletions
|
@ -140,8 +140,6 @@ QString LogHandler::printMessage(LogMsgType type, const QMessageLogContext& cont
|
|||
QString prefixString = QString("[%1] [%2] [%3]").arg(QDateTime::currentDateTime().toString(*dateFormatPtr),
|
||||
stringForLogType(type), context.category);
|
||||
|
||||
//prefixString.append(QString(" [%1]").arg(stringForLogType(type)));
|
||||
|
||||
if (_shouldOutputProcessID) {
|
||||
prefixString.append(QString(" [%1]").arg(QCoreApplication::instance()->applicationPid()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue