monitor: Remove unneeded fprintf for new devices
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 3 Aug 2021 19:55:00 +0000 (21:55 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:36 +0000 (19:08 +0530)
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
monitor/analyze.c

index aac5c39..81bd9b1 100755 (executable)
@@ -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);