logging clean up
This commit is contained in:
parent
c96c8f19c9
commit
83d5211193
1 changed files with 0 additions and 3 deletions
|
@ -269,9 +269,6 @@ func (w *WaapSource) waapHandler(rw http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
waapResponse := w.WaapRuntime.GenerateResponse(response.InBandInterrupt)
|
waapResponse := w.WaapRuntime.GenerateResponse(response.InBandInterrupt)
|
||||||
|
|
||||||
log.Infof("resp %+v", response)
|
|
||||||
log.Infof("waap resp %+v", waapResponse)
|
|
||||||
|
|
||||||
rw.WriteHeader(waapResponse.HTTPStatus)
|
rw.WriteHeader(waapResponse.HTTPStatus)
|
||||||
body, err := json.Marshal(BodyResponse{Action: waapResponse.Action})
|
body, err := json.Marshal(BodyResponse{Action: waapResponse.Action})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue