From 5ddd8cd51c9bd46274283548c1c036fba76a6cc0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Aug 2021 21:55:00 +0200 Subject: [PATCH] monitor: Remove unneeded fprintf for new devices --- monitor/analyze.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/monitor/analyze.c b/monitor/analyze.c index aac5c39d4..81bd9b1ed 100644 --- a/monitor/analyze.c +++ b/monitor/analyze.c @@ -112,8 +112,6 @@ static struct hci_dev *dev_lookup(uint16_t index) dev = queue_find(dev_list, dev_match_index, UINT_TO_PTR(index)); if (!dev) { - fprintf(stderr, "Creating new device for unknown index\n"); - dev = dev_alloc(index); queue_push_tail(dev_list, dev); -- 2.47.3