Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaspence committed Feb 28, 2023
1 parent 66f5b4b commit 4f768d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/provider/resource_device_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func allocateDevice(t *testing.T) (string, func()) {
continue
}

t.Logf("Device %s: %s", device.MAC, device.Model)
devicesAvailable = append(devicesAvailable, device.MAC)
}
}
Expand Down Expand Up @@ -147,8 +146,6 @@ func TestAccDevice_switch_portOverrides(t *testing.T) {
switchMAC, unallocateDevice := allocateDevice(t)
defer unallocateDevice()

t.Logf("Allocated device %s", switchMAC)

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() {
preCheck(t)
Expand Down

0 comments on commit 4f768d6

Please sign in to comment.