summaryrefslogtreecommitdiffstats
path: root/subsurface-helper.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-06 14:03:50 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-13 11:32:27 -0700
commite855dde9652143921147121c12bfaa44f352084a (patch)
tree58565c7992747d74d594b80f381fd096ce321006 /subsurface-helper.cpp
parenta200ac09829c867b5dcb9f106a333ebbf0126a95 (diff)
downloadsubsurface-e855dde9652143921147121c12bfaa44f352084a.tar.gz
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>
Diffstat (limited to 'subsurface-helper.cpp')
-rw-r--r--subsurface-helper.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/subsurface-helper.cpp b/subsurface-helper.cpp
index 9ce1a615a..8e0469a27 100644
--- a/subsurface-helper.cpp
+++ b/subsurface-helper.cpp
@@ -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;