mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:31:29 +02:00
Remove debug print
This commit is contained in:
parent
c48be75a37
commit
6d2498b4f2
2 changed files with 0 additions and 2 deletions
|
@ -82,7 +82,6 @@ void LogHandler::flushRepeatedMessages() {
|
||||||
}
|
}
|
||||||
|
|
||||||
QString LogHandler::printMessage(LogMsgType type, const QMessageLogContext& context, const QString& message) {
|
QString LogHandler::printMessage(LogMsgType type, const QMessageLogContext& context, const QString& message) {
|
||||||
|
|
||||||
if (message.isEmpty()) {
|
if (message.isEmpty()) {
|
||||||
return QString();
|
return QString();
|
||||||
}
|
}
|
||||||
|
|
|
@ -114,7 +114,6 @@ QScriptValue QmlWindowClass::internalConstructor(const QString& qmlSource,
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
auto argumentObject = context->argument(0);
|
auto argumentObject = context->argument(0);
|
||||||
qDebug() << argumentObject.toString();
|
|
||||||
if (!argumentObject.property(TITLE_PROPERTY).isUndefined()) {
|
if (!argumentObject.property(TITLE_PROPERTY).isUndefined()) {
|
||||||
title = argumentObject.property(TITLE_PROPERTY).toString();
|
title = argumentObject.property(TITLE_PROPERTY).toString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue