Sfoglia il codice sorgente

remove that log line here

backfeed-full-error
Fusl 2 anni fa
parent
commit
72c6cf3cf9
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      main.go

+ 0
- 1
main.go Vedi File

@@ -371,7 +371,6 @@ func WriteResponse(res http.ResponseWriter, statusCode int, v interface{}) {
"status_code": statusCode,
}
} else {
log.Printf("%#v", v)
v = map[string]interface{}{
"data": v,
"status_code": statusCode,


Caricamento…
Annulla
Salva