From 0d12c8410724eeccb37e2d9cc072185bfe55aae2 Mon Sep 17 00:00:00 2001 From: Elias Date: Thu, 28 Mar 2019 21:26:24 +0100 Subject: [PATCH] Remove debugs --- ScreenPlay/src/installedlistmodel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ScreenPlay/src/installedlistmodel.cpp b/ScreenPlay/src/installedlistmodel.cpp index 488fa5e3..23044795 100644 --- a/ScreenPlay/src/installedlistmodel.cpp +++ b/ScreenPlay/src/installedlistmodel.cpp @@ -95,7 +95,6 @@ void InstalledListModel::loadInstalledContent() if (m_loadScreenWatcher.isRunning()) qDebug() << "allready running"; - qDebug() << QThread::currentThreadId(); if (m_isLoadingContent) { qDebug() << "Called loading installed files twice! Aborting"; @@ -105,7 +104,7 @@ void InstalledListModel::loadInstalledContent() m_loadScreenFuture = QtConcurrent::run([this]() { auto cleanup = qScopeGuard([this] { setIsLoadingContent(false); }); setIsLoadingContent(true); - qDebug() << QThread::currentThreadId(); + QJsonDocument jsonProject; QJsonParseError parseError;