Skip to content

Commit 9bd6879

Browse files
derbauer97dalton-hill-0
authored andcommitted
fix: remove duplicated log line
Signed-off-by: Florian Fl Bauer <[email protected]>
1 parent 5bc7418 commit 9bd6879

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fn.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ func (f *Function) RunFunction(ctx context.Context, req *fnv1.RunFunctionRequest
8585
"xr-kind", xr.Resource.GetKind(),
8686
"xr-name", xr.Resource.GetName(),
8787
)
88-
log.Info("running function")
8988

9089
observed := map[string]*fnv1.Resource{}
9190
if req.GetObserved() != nil && req.GetObserved().GetResources() != nil {

0 commit comments

Comments
 (0)