From c6438f2a1b02dbc413cc327948e49f50c4f4a16b Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 11 Apr 2014 09:41:25 +0200 Subject: [PATCH] android/bluetooth: Remove debug log from create_device_from_info create_device_from_info always calls create_device which already prints created device address. --- android/bluetooth.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/bluetooth.c b/android/bluetooth.c index 46a55420f..b3fad5979 100644 --- a/android/bluetooth.c +++ b/android/bluetooth.c @@ -2068,8 +2068,6 @@ static struct device *create_device_from_info(GKeyFile *key_file, char **uuids; char *str; - DBG("%s", peer); - /* BREDR if not present */ type = g_key_file_get_integer(key_file, peer, "AddressType", NULL); -- 2.47.3