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.bell...@linaro.org> --- android-console.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 1.8.3.2