Remove some debug output.
This commit is contained in:
parent
bbff8dcbb6
commit
4289ac77dd
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ bool SetupRootDialog::restoreUserSelectedRoot()
|
|||
QSettings settings;
|
||||
QString path = settings.value("fg-root").toString();
|
||||
if (validatePath(path) && validateVersion(path)) {
|
||||
qDebug() << "Restoring FG-root:" << path;
|
||||
globals->set_fg_root(path.toStdString());
|
||||
return true;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue