Bluetooth: Remove unnecessary comment

Change-Id: I80827d4692da5e3b0ac4fcc1b75146746c8bf987
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c
index 1d946e6..523ae39 100644
--- a/net/bluetooth/hci_core.c
+++ b/net/bluetooth/hci_core.c
@@ -616,9 +616,6 @@
 	copy_id_addr(conn, &evt->peer_addr);
 	conn->le_conn_interval = sys_le16_to_cpu(evt->interval);
 
-	/* Transform prepared object to CONNECTED state and make sure in callee
-	 * to drop object reference owned in CONNECT state for initiator case.
-	 */
 	bt_conn_set_state(conn, BT_CONN_CONNECTED);
 
 	if (evt->role == BT_HCI_ROLE_SLAVE) {