**Describe the issue** There's a leftover `println!` in `connect_bluetooth()` that should use `debug!` instead for consistency with the rest of the code.
Describe the issue
There's a leftover
println!inconnect_bluetooth()that should usedebug!instead for consistency with the rest of the code.