Skip to content

Commit

Permalink
remove Cat from status because it's redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Feb 22, 2022
1 parent 10304f5 commit 6b0ddba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ type debugTopic struct {
Topic string `json:"topic,omitempty"`
Xorig string `json:"xorig,omitempty"`
IsProxy bool `json:"is_proxy,omitempty"`
Cat int `json:"cat,omitempty"`
PerUser []string `json:"per_user,omitempty"`
PerSubs []string `json:"per_subs,omitempty"`
Sessions []string `json:"sessions,omitempty"`
Expand Down Expand Up @@ -448,7 +447,6 @@ func serveStatus(wrt http.ResponseWriter, req *http.Request) {
Topic: topic.name,
Xorig: topic.xoriginal,
IsProxy: topic.isProxy,
Cat: int(topic.cat),
PerUser: pud,
PerSubs: ps,
Sessions: psd,
Expand Down

0 comments on commit 6b0ddba

Please sign in to comment.