Skip to content
Snippets Groups Projects
Verified Commit 4af99c08 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove services list from log

parent 0783830d
No related branches found
No related tags found
No related merge requests found
Pipeline #76960 failed
......@@ -54,5 +54,5 @@ class MynitBluetooth(BluetoothDispatcher):
self.start_scan()
def on_services(self, status, services):
Logger.info("Services discovered: %s" % services)
Logger.info("Services discovered")
self._characteristics = (services.search(_UART_SERVICE_TX_UUID), services.search(_UART_SERVICE_RX_UUID))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment