I'm sure I read that the led would come on for a couple seconds while bridge initialized and then go off.
But the code actually turns the LED off before Bridge.begin, then turns it on after -- so it stays on once initialized.
I changed the example code so that it blinks the LED 3 times -- going off the third time means Bridge.begin finished.