Remove DEBUG diagnostics

master
Joe Finney 2018-09-07 14:39:49 +01:00
parent 36fd2895b7
commit e0b5759fa4
1 changed files with 0 additions and 2 deletions

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
}