Skip to content

Commit

Permalink
BTEmu: Remove a wrong INFO_LOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-woyak committed Aug 16, 2020
1 parent 07a0d44 commit 1cddf9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp
Expand Up @@ -1170,8 +1170,6 @@ void BluetoothEmu::CommandCreateCon(const u8* input)
DEBUG_LOG(IOS_WIIMOTE, " bd: %02x:%02x:%02x:%02x:%02x:%02x", create_connection.bdaddr[0],
create_connection.bdaddr[1], create_connection.bdaddr[2], create_connection.bdaddr[3],
create_connection.bdaddr[4], create_connection.bdaddr[5]);
INFO_LOG(IOS_WIIMOTE, "Command: HCI_CMD_ACCEPT_CON");

DEBUG_LOG(IOS_WIIMOTE, " pkt_type: %i", create_connection.pkt_type);
DEBUG_LOG(IOS_WIIMOTE, " page_scan_rep_mode: %i", create_connection.page_scan_rep_mode);
DEBUG_LOG(IOS_WIIMOTE, " page_scan_mode: %i", create_connection.page_scan_mode);
Expand Down

0 comments on commit 1cddf9c

Please sign in to comment.