Commit ce02397f authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1734,7 +1734,6 @@ void ConfigMainWindow::listFocusChanged(void)

void ConfigMainWindow::goBack(void)
{
qInfo() << __FUNCTION__;
	if (configList->rootEntry == &rootmenu)
		return;