From 4289ac77dd4a79bb413cd467cd3bd4c8b79a0e67 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sun, 7 Jun 2015 21:07:49 +0200 Subject: [PATCH] Remove some debug output. --- src/GUI/SetupRootDialog.cxx | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.39.5