Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
no need to clean plan.
Browse files Browse the repository at this point in the history
see #961
  • Loading branch information
Dieterbe committed Aug 6, 2018
1 parent 629b6f3 commit 53f490d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/graphite.go
Original file line number Diff line number Diff line change
Expand Up @@ -1163,5 +1163,4 @@ func (s *Server) showPlan(ctx *middleware.Context, request models.GraphiteRender
default:
response.Write(ctx, response.NewError(http.StatusBadRequest, "Unsupported response format requested: "+request.Format))
}
plan.Clean()
}

0 comments on commit 53f490d

Please sign in to comment.