diff --git a/terraform/graph_config_node.go b/terraform/graph_config_node.go index b6ce614f0..791431a71 100644 --- a/terraform/graph_config_node.go +++ b/terraform/graph_config_node.go @@ -573,7 +573,6 @@ func (n *graphNodeResourceDestroy) destroyIncludePrimary( } if v.Primary != nil { - println("FUCK: " + prefix + " ; " + k) return true } }