Skip to content

Commit 7e4aec7

Browse files
committed
remove unecessary comment
1 parent e675529 commit 7e4aec7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

server/apple_notification_server.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,6 @@ func (me *AppleNotificationServer) sendVoIPNotification(msg *PushNotification) P
323323
return me.dispatchAndHandleResponse(notification, msg, msg.Type, PushTransportVoIP)
324324
}
325325

326-
// buildVoIPNotification constructs the APNs notification for a VoIP push.
327-
// Extracted so tests can verify the on-the-wire shape (topic, push type,
328-
// priority, custom keys) without needing a real APNs client.
329326
func (me *AppleNotificationServer) buildVoIPNotification(msg *PushNotification) *apns.Notification {
330327
data := payload.NewPayload().
331328
ContentAvailable().

0 commit comments

Comments
 (0)