Skip to content

Commit f038c06

Browse files
committed
remove another todo
1 parent 1626238 commit f038c06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/agent/agent.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ func (s *hotSlot) dispatch(ctx context.Context, call *call) error {
640640
ctx, span := trace.StartSpan(ctx, "agent_dispatch_httpstream")
641641
defer span.End()
642642

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

0 commit comments

Comments
 (0)