Просмотр исходного кода

remove debug test stuff

master
Patrick Peng Sun 8 лет назад
Родитель
Сommit
bf877b2a46
1 измененных файлов: 0 добавлений и 3 удалений
  1. +0
    -3
      crmpixel.go

+ 0
- 3
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)


Загрузка…
Отмена
Сохранить