From: James Turner Date: Sun, 7 Jun 2015 19:07:49 +0000 (+0200) Subject: Remove some debug output. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4289ac77dd4a79bb413cd467cd3bd4c8b79a0e67;p=flightgear.git Remove some debug output. --- diff --git a/src/GUI/SetupRootDialog.cxx b/src/GUI/SetupRootDialog.cxx index e546dfb24..707bc0962 100644 --- a/src/GUI/SetupRootDialog.cxx +++ b/src/GUI/SetupRootDialog.cxx @@ -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 {