From: Masahiro Yamada Date: Wed, 29 Jul 2020 17:12:40 +0000 (+0900) Subject: kconfig: qconf: remove "goBack" debug message X-Git-Tag: v5.8~2^2~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ce02397f44e9ad36b14a29f3eeef252a6a8575c4;p=tomoyo%2Ftomoyo-test1.git kconfig: qconf: remove "goBack" debug message Every time the goback icon is clicked, the annoying message "goBack" is displayed on the console. I guess this line is the left-over debug code of commit af737b4defe1 ("kconfig: qconf: simplify the goBack() logic"). Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index 3a11940ff5dc..fa51e65d56d0 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc @@ -1734,7 +1734,6 @@ void ConfigMainWindow::listFocusChanged(void) void ConfigMainWindow::goBack(void) { -qInfo() << __FUNCTION__; if (configList->rootEntry == &rootmenu) return;