Skip to content

Commit

Permalink
remove another todo
Browse files Browse the repository at this point in the history
  • Loading branch information
rdallman committed Apr 18, 2019
1 parent 1626238 commit f038c06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ func (s *hotSlot) dispatch(ctx context.Context, call *call) error {
ctx, span := trace.StartSpan(ctx, "agent_dispatch_httpstream")
defer span.End()

// TODO it's possible we can get rid of this (after getting rid of logs API) - may need for call id/debug mode still
swapBack := s.container.swap(call.stderr, &call.Stats)
defer call.stderr.Close()
defer swapBack()
Expand Down

0 comments on commit f038c06

Please sign in to comment.