1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Remove unnecessary qInfo

This commit is contained in:
Elias Steurer 2019-10-28 18:36:08 +01:00
parent 92570a13fe
commit 9fc40fe3ec

View File

@ -86,7 +86,6 @@ Settings::Settings(const shared_ptr<GlobalVariables>& globalVariables,
}
} else {
qInfo() << "setLocalStoragePath" << m_globalVariables->localStoragePath();
m_globalVariables->setLocalStoragePath(QUrl::fromUserInput(configObj.value().value("absoluteStoragePath").toString()));
}