Skip to content

Commit

Permalink
kconfig: qconf: remove "goBack" debug message
Browse files Browse the repository at this point in the history
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 <masahiroy@kernel.org>
  • Loading branch information
Masahiro Yamada committed Aug 1, 2020
1 parent c9b09a9 commit ce02397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,6 @@ void ConfigMainWindow::listFocusChanged(void)

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

Expand Down

0 comments on commit ce02397

Please sign in to comment.