terraform: remove old logging line
This commit is contained in:
parent
ced4c53324
commit
ac3d67e40f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue