diff mbox

[v1,03/15] android-console: Remove extra redir help message

Message ID 1415751963-4081-4-git-send-email-greg.bellows@linaro.org
State New
Headers show

Commit Message

Greg Bellows Nov. 12, 2014, 12:25 a.m. UTC
Removed an extraneous message in the redir command help.  The message is not
part of the standard Android emulator output.

Signed-off-by: Greg Bellows <greg.bellows@linaro.org>
---
 android-console.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/android-console.c b/android-console.c
index be573b5..2de4a0c 100644
--- a/android-console.c
+++ b/android-console.c
@@ -270,8 +270,6 @@  void android_console_redir(Monitor *mon, const QDict *qdict)
     /* This only gets called for bad subcommands and help requests */
     const char *helptext = qdict_get_try_str(qdict, "helptext");
 
-    monitor_printf(mon, "help text %s\n", helptext ? helptext : "(null)");
-
     if (helptext) {
         if (strstr(helptext, "add")) {
             monitor_printf(mon, "%s", redir_add_help);