Skip to content

Commit c00c620

Browse files
committed
remove another todo
1 parent 047591b commit c00c620

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

api/agent/agent.go

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

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

0 commit comments

Comments
 (0)