From 2934824069489e017f5642b216cf14d7acd8f8d6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 14 Apr 2015 13:20:23 -0700 Subject: [PATCH] terraform: remove debug --- terraform/graph_config_node.go | 1 - 1 file changed, 1 deletion(-) 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 } }