diff --git a/helper/resource/testing.go b/helper/resource/testing.go index 3a3b331d7..227f537fe 100644 --- a/helper/resource/testing.go +++ b/helper/resource/testing.go @@ -273,7 +273,6 @@ func testIDOnlyRefresh(opts terraform.ContextOpts, r *terraform.ResourceState) e } // Verify attribute equivalence. - println(state.String()) actual := state.RootModule().Resources[name].Primary.Attributes expected := r.Primary.Attributes if !reflect.DeepEqual(actual, expected) {