Skip to content

Commit a4eb845

Browse files
committed
remove debug statements from test
1 parent b02ed0f commit a4eb845

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

builtin/providers/triton/resource_machine_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ func testCheckTritonMachineHasFabric(name, fabricName string) resource.TestCheck
131131
return fmt.Errorf("Bad: Check NICs Exist: %s", err)
132132
}
133133

134-
fmt.Printf("%+v\n", machine.Primary)
135134
for _, nic := range nics {
136-
fmt.Printf("---\n%+v\n%+v\n", nic, network.Primary)
137135
if nic.Network == network.Primary.ID {
138136
return nil
139137
}

0 commit comments

Comments
 (0)