Skip to content

Commit bb48b5f

Browse files
committed
removed all debug notifications
1 parent 8ab8296 commit bb48b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ble/AppleNotificationCenterClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ int AppleNotificationCenterClient::OnNewAlertSubcribe(uint16_t connectionHandle,
168168
// DebugNotification("ANCS New alert subscribe OK");
169169
} else {
170170
NRF_LOG_INFO("ANCS New alert subscribe ERROR");
171-
DebugNotification("ANCS New alert subscribe ERROR");
171+
// DebugNotification("ANCS New alert subscribe ERROR");
172172
}
173173
if (isDescriptorFound == isControlDescriptorFound && isDescriptorFound == isDataDescriptorFound)
174174
onServiceDiscovered(connectionHandle);

0 commit comments

Comments
 (0)