terraform: remove old logging line

This commit is contained in:
Mitchell Hashimoto 2017-02-07 16:28:01 -08:00
parent ced4c53324
commit ac3d67e40f
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 0 additions and 1 deletions

View File

@ -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",