remove debug statements from test
This commit is contained in:
parent
b02ed0f3f7
commit
a4eb8452eb
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue