Skip to content

Commit 362db7c

Browse files
committed
Remove todo
1 parent 52ac64e commit 362db7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent/agent.go

-1
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,6 @@ func (a *agent) run() (retErr error) {
10531053
})
10541054

10551055
err = connMan.wait()
1056-
// TODO: this broke some tests at some point. investigate.
10571056
if err != nil {
10581057
a.logger.Warn(context.Background(), "connection manager errored", slog.Error(err))
10591058
}

0 commit comments

Comments
 (0)