Skip to content

Commit

Permalink
Get rid of the debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Briza committed Oct 31, 2016
1 parent c6a8b0f commit 26977f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,5 @@ int main(int argc, char **argv)
engine.rootContext()->setContextProperty("mediawriterVersion", MEDIAWRITER_VERSION);
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));

for (auto i : app.screens()) {
qCritical() << i->devicePixelRatio();
}

return app.exec();
}

0 comments on commit 26977f2

Please sign in to comment.