mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Mobile: stop dumping the list of supported dive computers
This doesn't seem to add much value anymore and massively clutters the output. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a200ac0982
commit
e855dde965
1 changed files with 0 additions and 3 deletions
|
@ -128,9 +128,6 @@ void run_ui()
|
|||
QObject::connect(qml_window, &QQuickWindow::screenChanged, QMLManager::instance(), &QMLManager::screenChanged);
|
||||
QMLManager *manager = QMLManager::instance();
|
||||
LOG_STP("run_ui qmlmanager instance started");
|
||||
// now that the log file is initialized...
|
||||
show_computer_list();
|
||||
LOG_STP("run_ui show_computer_list");
|
||||
|
||||
manager->setDevicePixelRatio(qml_window->devicePixelRatio(), qml_window->screen());
|
||||
manager->qmlWindow = qqWindowObject;
|
||||
|
|
Loading…
Reference in a new issue