Skip to content

Commit 0a8eb09

Browse files
committed
remove unnecessary line
1 parent 37b0494 commit 0a8eb09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ground-control/internal/server/handlers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ func (s *Server) healthHandler(w http.ResponseWriter, r *http.Request) {
5656
func (s *Server) groupsSyncHandler(w http.ResponseWriter, r *http.Request) {
5757
var req models.StateArtifact
5858
if err := DecodeRequestBody(r, &req); err != nil {
59-
log.Println("what the fuck")
6059
log.Println(err)
6160
HandleAppError(w, err)
6261
return

0 commit comments

Comments
 (0)