1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-02 08:39:49 +02:00

Remove debugs

This commit is contained in:
Elias 2019-03-28 21:26:24 +01:00
parent ead7f3345b
commit 0d12c84107

View File

@ -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;