Skip to content

Commit

Permalink
rm debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 committed Nov 22, 2023
1 parent b8091fe commit c87ce1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/hosts.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ func signalPeer(w http.ResponseWriter, r *http.Request) {
logic.ReturnErrorResponse(w, r, logic.FormatError(errors.New("failed to signal, peer not found"), "badrequest"))
return
}
fmt.Printf("\n######------------> SIGNAL: %+v\n", signal)
err = mq.HostUpdate(&models.HostUpdate{
Action: models.SignalHost,
Host: *peerHost,
Expand Down

0 comments on commit c87ce1d

Please sign in to comment.