Remove DEBUG diagnostics
This commit is contained in:
parent
36fd2895b7
commit
e0b5759fa4
1 changed files with 0 additions and 2 deletions
|
@ -180,14 +180,12 @@ void MicroBit::init()
|
|||
#endif
|
||||
|
||||
#if CONFIG_ENABLED(MICROBIT_BLE_ENABLED)
|
||||
SERIAL_DEBUG->printf("***BLE_INIT***\r\n");
|
||||
// Start the BLE stack, if it isn't already running.
|
||||
if (!ble)
|
||||
{
|
||||
bleManager.init(getName(), getSerial(), messageBus, false);
|
||||
ble = bleManager.ble;
|
||||
}
|
||||
SERIAL_DEBUG->printf("***BLE_INIT_COMPLETE***\r\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue