From 7d2d4d3243ada2f0da2e489332ae725cd8c8b1ea Mon Sep 17 00:00:00 2001
From: Martin Szulecki
Date: Thu, 26 Sep 2013 23:03:56 +0200
Subject: irecovery: Remove "Executing command foo" message for less clutter

---
 tools/irecovery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tools')

diff --git a/tools/irecovery.c b/tools/irecovery.c
index 912ac37..8a4368d 100644
--- a/tools/irecovery.c
+++ b/tools/irecovery.c
@@ -65,7 +65,7 @@ static void shell_usage() {
 static void parse_command(irecv_client_t client, unsigned char* command, unsigned int size) {
 	char* cmd = strdup((char*)command);
 	char* action = strtok(cmd, " ");
-	debug("Executing %s\n", action);
+
 	if (!strcmp(cmd, "/exit")) {
 		quit = 1;
 	} else if (!strcmp(cmd, "/help")) {
-- 
cgit v1.1-32-gdbae