helper/resource: remove debug

This commit is contained in:
Mitchell Hashimoto 2016-04-20 09:17:04 -07:00
parent 4f6edf4fe4
commit 060b43fbd9
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 0 additions and 1 deletions

View File

@ -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) {