From ac3d67e40f91b0f84800383cc2a60bef63e9198a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 7 Feb 2017 16:28:01 -0800 Subject: [PATCH] terraform: remove old logging line --- terraform/transform_attach_state.go | 1 - 1 file changed, 1 deletion(-) diff --git a/terraform/transform_attach_state.go b/terraform/transform_attach_state.go index 6e3b80cfd0..b69d2f9626 100644 --- a/terraform/transform_attach_state.go +++ b/terraform/transform_attach_state.go @@ -48,7 +48,6 @@ func (t *AttachStateTransformer) Transform(g *Graph) error { log.Printf("SEARCH: %s", addr) found := false for _, result := range results { - log.Printf("WTF: %s %#v", addr, result) if rs, ok := result.Value.(*ResourceState); ok { log.Printf( "[DEBUG] Attaching resource state to %q: %s",