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

Commit

Permalink
log: remove logging of link outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 17, 2024
1 parent 791a9b6 commit a8fc7d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/project/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
Expand Down

0 comments on commit a8fc7d1

Please sign in to comment.