From a8fc7d12a22b59c375d41c25d0da4512ce2a044e Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 17 Oct 2024 10:26:26 -0400 Subject: [PATCH] log: remove logging of link outputs --- pkg/project/stack.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/project/stack.go b/pkg/project/stack.go index 398190869..3b2a4f116 100644 --- a/pkg/project/stack.go +++ b/pkg/project/stack.go @@ -833,7 +833,6 @@ func getCompletedEvent(ctx context.Context, stack auto.Stack) (*CompleteEvent, e } if resource.Type == "sst:sst:LinkRef" && outputs["target"] != nil && outputs["properties"] != nil { - slog.Info("link", "outputs", outputs) link := common.Link{ Properties: outputs["properties"].(map[string]interface{}), Include: []common.LinkInclude{},