ソースを参照

remove that log line here

backfeed-full-error
Fusl 2年前
コミット
72c6cf3cf9
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      main.go

+ 0
- 1
main.go ファイルの表示

@@ -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,


読み込み中…
キャンセル
保存