From 23b2191c07021fb09002967d729c678d1ba58258 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 17 Jan 2014 15:29:31 +0200 Subject: [PATCH] emulator/bthost: Remove unnecessary printf --- emulator/bthost.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/emulator/bthost.c b/emulator/bthost.c index 5a32a06a5..d6fc7b8e1 100644 --- a/emulator/bthost.c +++ b/emulator/bthost.c @@ -1890,8 +1890,6 @@ void bthost_le_start_encrypt(struct bthost *bthost, uint16_t handle, { struct bt_hci_cmd_le_start_encrypt cmd; - printf("bthost_le_start_encrypt(handle %u)\n", handle); - memset(&cmd, 0, sizeof(cmd)); cmd.handle = htobs(handle); memcpy(cmd.ltk, ltk, 16); -- 2.47.3