Skip to content

Commit

Permalink
Remove comment as Trial.Length is now in use
Browse files Browse the repository at this point in the history
  • Loading branch information
rndstr committed Aug 29, 2018
1 parent 0bce0e1 commit 4c6ee3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions billing-api/trial/trial.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ const (

// Trial is a bundle of information about the trial period used by the frontend.
type Trial struct {
// Length is the original length of trial period. This isn't actually
// used. TODO(jml): Remove this field once weaveworks/service-ui#1037 is
// deployed to production.
// Length is the original length of trial period.
Length int `json:"length"`
// Remaining is the number of days remaining, rounded to whole days.
Remaining int `json:"remaining"`
Expand Down

0 comments on commit 4c6ee3f

Please sign in to comment.