Skip to content

Commit

Permalink
remove deferred status type
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Wagg committed Feb 23, 2018
1 parent ff782fb commit 3fa0218
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/output/types_test.go.inc
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ func isIgnoredType(t string) bool {
// billing.Assent will only be sent, never received.
case "billing.Assent":
return true
// billing.DeferredStatus will not be output.
case "billing.DeferredStatus":
return true
// billing.SPPTokenRequests will only be sent, never received.
case "billing.SPPTokenRequest":
return true
Expand Down

0 comments on commit 3fa0218

Please sign in to comment.