remove debug statements from test

This commit is contained in:
Brian Hicks 2016-04-29 10:22:49 -05:00
parent b02ed0f3f7
commit a4eb8452eb
No known key found for this signature in database
GPG Key ID: FF1F407C0D3C2430
1 changed files with 0 additions and 2 deletions

View File

@ -131,9 +131,7 @@ func testCheckTritonMachineHasFabric(name, fabricName string) resource.TestCheck
return fmt.Errorf("Bad: Check NICs Exist: %s", err)
}
fmt.Printf("%+v\n", machine.Primary)
for _, nic := range nics {
fmt.Printf("---\n%+v\n%+v\n", nic, network.Primary)
if nic.Network == network.Primary.ID {
return nil
}