1
0
Fork 0

Remove some debug output.

This commit is contained in:
James Turner 2015-06-07 21:07:49 +02:00
parent bbff8dcbb6
commit 4289ac77dd

View file

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