summaryrefslogtreecommitdiff
path: root/common/host_command.c
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-07-10 15:24:29 -0700
committerGerrit <chrome-bot@google.com>2012-07-10 16:18:59 -0700
commit2daf748e0e2dad0a3a21e09352d04fe0b12b895b (patch)
tree3eb26dd4d6442cbdf5564ec04bd204e1b2a40641 /common/host_command.c
parent42187535e49fe74085d423bccb0e2f8110332adc (diff)
downloadchrome-ec-2daf748e0e2dad0a3a21e09352d04fe0b12b895b.tar.gz
Get rid of double debug output for host commands
(in both command_process() and host_command_process()) BUG=none TEST=none Change-Id: I6eafe110b425afac9d94ace710efe5bbf7342073 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/27080 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'common/host_command.c')
-rw-r--r--common/host_command.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/host_command.c b/common/host_command.c
index 99de6e057b..89752d9321 100644
--- a/common/host_command.c
+++ b/common/host_command.c
@@ -191,8 +191,6 @@ static void command_process(int slot)
int size;
int res;
- CPRINTF("[%T hostcmd%d 0x%02x]\n", slot, host_command[slot]);
-
res = host_command_process(slot, host_command[slot],
host_get_buffer(slot), &size);