remove some fmt messages
parent
d8a7b65a4b
commit
c35b8420d2
|
|
@ -23,7 +23,7 @@ func KickSession(strean_name, session_id string) {
|
||||||
|
|
||||||
resp, err := http.Post(url, "application/json", bytes.NewBuffer(jsonValue))
|
resp, err := http.Post(url, "application/json", bytes.NewBuffer(jsonValue))
|
||||||
|
|
||||||
fmt.Printf("KickSession status code: %d\n", resp.StatusCode)
|
log.Printf("KickSession status code: %d\n", resp.StatusCode)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue