Skip to content

Commit ce02397

Browse files
committed
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 af737b4 ("kconfig: qconf: simplify the goBack() logic"). Signed-off-by: Masahiro Yamada <[email protected]>
1 parent c9b09a9 commit ce02397

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/kconfig/qconf.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,6 @@ void ConfigMainWindow::listFocusChanged(void)
17341734

17351735
void ConfigMainWindow::goBack(void)
17361736
{
1737-
qInfo() << __FUNCTION__;
17381737
if (configList->rootEntry == &rootmenu)
17391738
return;
17401739

0 commit comments

Comments
 (0)