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

Commit

Permalink
Merge pull request #975 from grafana/cleanup-showplan
Browse files Browse the repository at this point in the history
showplan: no need to clean plan as no data is loaded
  • Loading branch information
Dieterbe authored Aug 7, 2018
2 parents 629b6f3 + 53f490d commit adbae33
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 adbae33

Please sign in to comment.