mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Remove unnecessary qInfo
This commit is contained in:
parent
92570a13fe
commit
9fc40fe3ec
@ -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()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user