Remove DEBUG diagnostics

This commit is contained in:
Joe Finney 2018-09-07 14:39:49 +01:00
parent 36fd2895b7
commit e0b5759fa4

View file

@ -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
}