Commit ce02397f authored by Masahiro Yamada's avatar Masahiro Yamada

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 af737b4d
("kconfig: qconf: simplify the goBack() logic").
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent c9b09a92
......@@ -1734,7 +1734,6 @@ void ConfigMainWindow::listFocusChanged(void)
void ConfigMainWindow::goBack(void)
{
qInfo() << __FUNCTION__;
if (configList->rootEntry == &rootmenu)
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment