Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <masahiroy@kernel.org>

-1
-1
scripts/kconfig/qconf.cc
··· 1734 1734 1735 1735 void ConfigMainWindow::goBack(void) 1736 1736 { 1737 - qInfo() << __FUNCTION__; 1738 1737 if (configList->rootEntry == &rootmenu) 1739 1738 return; 1740 1739