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)
|
log.Printf("SEARCH: %s", addr)
|
||||||
found := false
|
found := false
|
||||||
for _, result := range results {
|
for _, result := range results {
|
||||||
log.Printf("WTF: %s %#v", addr, result)
|
|
||||||
if rs, ok := result.Value.(*ResourceState); ok {
|
if rs, ok := result.Value.(*ResourceState); ok {
|
||||||
log.Printf(
|
log.Printf(
|
||||||
"[DEBUG] Attaching resource state to %q: %s",
|
"[DEBUG] Attaching resource state to %q: %s",
|
||||||
|
|
Loading…
Reference in New Issue