qt-models: remove LOG_STP from mobile/desktop

LOG_STP is on longer providing the data needed, since a lot of the startup
is indirectly in QML, furthermore using the xcode project and running profiler
gives much more detailed information

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2019-12-13 10:41:11 +01:00 committed by Dirk Hohndel
parent 11592ed958
commit a96be9af68

View file

@ -4,7 +4,6 @@
#include "core/qthelper.h" #include "core/qthelper.h"
#include "core/trip.h" #include "core/trip.h"
#include "core/settings/qPrefGeneral.h" #include "core/settings/qPrefGeneral.h"
#include "core/ssrf.h" // for LOG_STP
#include "core/errorhelper.h" // for verbose #include "core/errorhelper.h" // for verbose
#include <QDateTime> #include <QDateTime>
#include <QtConcurrent> #include <QtConcurrent>
@ -184,7 +183,6 @@ bool CollapsedDiveListSortModel::filterAcceptsRow(int source_row, const QModelIn
DiveListSortModel::DiveListSortModel() DiveListSortModel::DiveListSortModel()
{ {
setSourceModel(DiveListModel::instance()); setSourceModel(DiveListModel::instance());
LOG_STP("run_ui diveListModel sorted");
} }
DiveListSortModel *DiveListSortModel::instance() DiveListSortModel *DiveListSortModel::instance()
@ -271,7 +269,6 @@ void DiveListSortModel::reload()
DiveListModel::DiveListModel() DiveListModel::DiveListModel()
{ {
LOG_STP("run_ui diveListModel started");
} }
void DiveListModel::insertDive(int i) void DiveListModel::insertDive(int i)