Skip to content

Commit f3a5f10

Browse files
committed
Remove TODOs
1 parent dc8e059 commit f3a5f10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

executor.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ func Execute(p ExecuteParams) (result *Result) {
4343
result.Errors = append(result.Errors, extErrs...)
4444
}
4545

46-
// TODO: make addExtensionResults into a separate fn
47-
// TODO: catch panics from "Extension.GetResult(ctx) interface{}"
4846
addExtensionResults(&p, result)
4947
}()
5048

0 commit comments

Comments
 (0)