We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc7418 commit 9bd6879Copy full SHA for 9bd6879
fn.go
@@ -85,7 +85,6 @@ func (f *Function) RunFunction(ctx context.Context, req *fnv1.RunFunctionRequest
85
"xr-kind", xr.Resource.GetKind(),
86
"xr-name", xr.Resource.GetName(),
87
)
88
- log.Info("running function")
89
90
observed := map[string]*fnv1.Resource{}
91
if req.GetObserved() != nil && req.GetObserved().GetResources() != nil {
0 commit comments