Skip to content

Commit

Permalink
fix debug output on stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Feb 18, 2019
1 parent 4eb6be5 commit b7aae3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dynaml/lambda.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ func (e LambdaValue) String() string {
}

func (e LambdaValue) MarshalYAML() (tag string, value interface{}, err error) {
fmt.Printf("MARSHAL: %s\n", e.lambda.String())
return "", "(( " + e.lambda.String() + " ))", nil
}

Expand Down

0 comments on commit b7aae3f

Please sign in to comment.