Skip to content

Commit bdbffdd

Browse files
committed
remove another todo
1 parent 1f12a5d commit bdbffdd

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
@@ -639,7 +639,6 @@ func (s *hotSlot) dispatch(ctx context.Context, call *call) error {
639639
ctx, span := trace.StartSpan(ctx, "agent_dispatch_httpstream")
640640
defer span.End()
641641

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

0 commit comments

Comments
 (0)