From bf877b2a4687703fcd6ee9270a27c2a4e0084a19 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Sun, 9 Jul 2017 22:07:20 +1000 Subject: [PATCH] remove debug test stuff --- crmpixel.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/crmpixel.go b/crmpixel.go index 0e3dbbe..b025612 100644 --- a/crmpixel.go +++ b/crmpixel.go @@ -5,7 +5,6 @@ import ( "encoding/json" "errors" "fmt" - "log" "math/rand" "net/http" "net/url" @@ -21,8 +20,6 @@ func crmpixelImage() (pixel []byte, err error) { } func crmpixel(w http.ResponseWriter, r *http.Request) { - //log.Println("a") - log.Println(getHTTPRequestQuery(r, "abc")) cookie := crmpixelCookie(r) http.SetCookie(w, &cookie)