Skip to content

Commit

Permalink
Cleanings
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Jan 31, 2025
1 parent 4cd34f0 commit f64a831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/service_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func (s *ControlService) handleIsPaused(w http.ResponseWriter, r *http.Request)
func (s *ControlService) handlePause(w http.ResponseWriter, r *http.Request) {
name := r.URL.Query().Get("name")
results, err := s.manager.Pause(name)
s.logger.Info("Pausing service", "name", name, "results", results, "err", err)
if err != nil {
writeJSONErrorResponse(w, err.Error(), http.StatusBadRequest)
return
Expand Down

0 comments on commit f64a831

Please sign in to comment.