diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-04-09 20:47:39 +0200 |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-04-09 20:47:39 +0200 |
| commit | 4560e9ed60aeacbd7d1c7c1221fe8fdc4d1bb130 (patch) | |
| tree | b8ee17d8bfdc57c3b80b7c918f3431d198939856 /src/components/ble/MusicService.cpp | |
| parent | 9096d1db4c6be9f4a2cc8af99a994c219f25108c (diff) | |
| parent | 63584b6561cbc31095354b06e356f700dcf0e32b (diff) | |
Merge branch 'notification-title' into develop
Diffstat (limited to 'src/components/ble/MusicService.cpp')
| -rw-r--r-- | src/components/ble/MusicService.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ble/MusicService.cpp b/src/components/ble/MusicService.cpp index b02e743a..1230ad57 100644 --- a/src/components/ble/MusicService.cpp +++ b/src/components/ble/MusicService.cpp @@ -191,7 +191,6 @@ int Pinetime::Controllers::MusicService::OnCommand(uint16_t conn_handle, uint16_ data[notifSize] = '\0'; os_mbuf_copydata(ctxt->om, 0, notifSize, data); char *s = (char *) &data[0]; - NRF_LOG_INFO("DATA : %s", s); if (ble_uuid_cmp(ctxt->chr->uuid, (ble_uuid_t *) &msArtistCharUuid) == 0) { artistName = s; } else if (ble_uuid_cmp(ctxt->chr->uuid, (ble_uuid_t *) &msTrackCharUuid) == 0) { |
