Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit a8fc7d1

Browse files
committed
log: remove logging of link outputs
1 parent 791a9b6 commit a8fc7d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/project/stack.go

-1
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,6 @@ func getCompletedEvent(ctx context.Context, stack auto.Stack) (*CompleteEvent, e
833833
}
834834

835835
if resource.Type == "sst:sst:LinkRef" && outputs["target"] != nil && outputs["properties"] != nil {
836-
slog.Info("link", "outputs", outputs)
837836
link := common.Link{
838837
Properties: outputs["properties"].(map[string]interface{}),
839838
Include: []common.LinkInclude{},

0 commit comments

Comments
 (0)