Skip to content

Commit 9a193ee

Browse files
committed
Remove unnecessary serial print
1 parent 0507c32 commit 9a193ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/XboxSeriesXControllerESP32_asukiaaa.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ class AdvertisedDeviceCallbacks : public NimBLEAdvertisedDeviceCallbacks {
102102
NimBLEAddress* targetDeviceAddress = nullptr;
103103
ConnectionState* pConnectionState;
104104
void onResult(NimBLEAdvertisedDevice* advertisedDevice) {
105-
Serial.println(advertisedDevice->toString().c_str());
106105
#ifdef XBOX_SERIES_X_CONTROLLER_DEBUG_SERIAL
107106
XBOX_SERIES_X_CONTROLLER_DEBUG_SERIAL.print("Advertised Device found: ");
108107
XBOX_SERIES_X_CONTROLLER_DEBUG_SERIAL.println(

0 commit comments

Comments
 (0)