From 8871eff4958eaf6716ab4eb515c555ddc4ccff06 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Thu, 1 Apr 2021 11:57:35 -0400 Subject: [PATCH] remove debug Println --- terraform/context_apply2_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/terraform/context_apply2_test.go b/terraform/context_apply2_test.go index f46b2ccc3..973a10396 100644 --- a/terraform/context_apply2_test.go +++ b/terraform/context_apply2_test.go @@ -356,8 +356,6 @@ resource "aws_instance" "bin" { t.Fatal(diags.Err()) } - fmt.Println(state) - bar = state.ResourceInstance(barAddr) if len(bar.Current.Dependencies) == 0 || !bar.Current.Dependencies[0].Equal(fooAddr.ContainingResource().Config()) { t.Fatalf("bar should still depend on foo after apply, but got %s", bar.Current.Dependencies)