Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
Whoops!
  • Loading branch information
Fizzadar committed Jan 3, 2024
1 parent 280d5fb commit 3a43bfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,5 @@ func (p *provider) ExecuteCommand(command string) (json.RawMessage, error) {
go p.ws.WriteMessage(websocket.TextMessage, buf)
result := <-p.resultsCh

p.log.Info().Bytes("TEST", result).Msg("")

return result, nil
}

0 comments on commit 3a43bfa

Please sign in to comment.