Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Singer committed Nov 21, 2023
1 parent 2502e3c commit 00be683
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/engine2/operational_eval/vertex_property.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/klothoplatform/klotho/pkg/engine2/operational_rule"
"github.com/klothoplatform/klotho/pkg/engine2/solution_context"
knowledgebase "github.com/klothoplatform/klotho/pkg/knowledge_base2"
"go.uber.org/zap"
)

type (
Expand Down Expand Up @@ -111,9 +110,6 @@ func (prop *propertyVertex) UpdateFrom(otherV Vertex) {
}

func (v *propertyVertex) Evaluate(eval *Evaluator) error {
if v.Ref.Property == "Triggers" {
zap.L().Debug("evaluating triggers")
}
sol := eval.Solution.With("resource", v.Ref.Resource).With("property", v.Ref.Property)
res, err := sol.RawView().Vertex(v.Ref.Resource)
if err != nil {
Expand Down

0 comments on commit 00be683

Please sign in to comment.