diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2020-07-22 15:09:51 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2020-08-15 21:23:37 -0500 |
| commit | 1cddf9c527ac4b7db45eeb47ca07cf97b7e63783 (patch) | |
| tree | a4d72a01443e431cbe919e1a71f81b2c8ce677e0 /Source/Core | |
| parent | 07a0d44b36c487967cbd957ed9bd20384bf3e33a (diff) | |
BTEmu: Remove a wrong INFO_LOG.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp b/Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp index f86f5e5d18..08417eb18e 100644 --- a/Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp +++ b/Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp @@ -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); |
