shlist

share and manage lists between multiple people
Log | Files | Refs

commit 7b80981985d1e8c83583ea9f455f0aa031743219
parent 5e0ef4cbfddd68ef2a5535800b2df3b57f80a5a6
Author: kyle <kyle@0x30.net>
Date:   Wed, 10 Feb 2016 20:11:12 -0700

apnd: remove bad comment

Diffstat:
Mapnd/apnd.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/apnd/apnd.go b/apnd/apnd.go @@ -63,7 +63,6 @@ func process_client(c net.Conn, h http.Client) { apn_request.Payload = notify_request.Payload // Re-marshal the payload - // Can also add "aps":{"badge":33} to set badge icon too request_body, err := json.Marshal(apn_request) if err != nil { log.Printf("error re-marshaling payload:", err)