Skip to content

Commit

Permalink
Remove obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mweagle committed Oct 17, 2021
1 parent e49419f commit 37a37a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_explore_views.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func newCloudWatchLogTailView(ctx context.Context,
// and a change in input. If we have values for both, then
// go ahead and issue the request. We can do this with two
// go-routines. The first one is just a go-routine that listens for cloudwatch log events
// for the selected function. TODO - filter
// for the selected function.
ch := make(chan interface{})
functionSelectedBroadcaster.Register(ch)

Expand Down

0 comments on commit 37a37a7

Please sign in to comment.