projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b09a9
)
kconfig: qconf: remove "goBack" debug message
author
Masahiro Yamada
<masahiroy@kernel.org>
Wed, 29 Jul 2020 17:12:40 +0000
(
02:12
+0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Sat, 1 Aug 2020 11:54:39 +0000
(20:54 +0900)
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>
scripts/kconfig/qconf.cc
patch
|
blob
|
history
diff --git
a/scripts/kconfig/qconf.cc
b/scripts/kconfig/qconf.cc
index 3a11940ff5dc0b84f9b6b66d67ef6d757aae5396..fa51e65d56d0e4fb2707092152060f17599d2877 100644
(file)
--- a/
scripts/kconfig/qconf.cc
+++ b/
scripts/kconfig/qconf.cc
@@
-1734,7
+1734,6
@@
void ConfigMainWindow::listFocusChanged(void)
void ConfigMainWindow::goBack(void)
{
-qInfo() << __FUNCTION__;
if (configList->rootEntry == &rootmenu)
return;