Remove commented line in LogHandler

This commit is contained in:
Ryan Huffman 2016-10-04 16:54:37 -07:00
parent a52e2d8bc5
commit 2bb2aca2be

View file

@ -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()));
}