Skip to content

Commit

Permalink
terraform: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jul 20, 2015
1 parent 696d5ef commit 8d29f27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/transform_noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func (t *PruneNoopTransformer) Transform(g *Graph) error {

// Do a depth first walk from the leaves and remove things.
return g.ReverseDepthFirstWalk(leaves, func(v dag.Vertex, depth int) error {
println("NAME: " + v.(dag.NamedVertex).Name())
// We need a prunable
pn, ok := v.(GraphNodeNoopPrunable)
if !ok {
Expand Down

0 comments on commit 8d29f27

Please sign in to comment.