Skip to content

Commit

Permalink
CHORE: Remove debug statements (#3293)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli authored Jan 1, 2025
1 parent 9c3a161 commit f202433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationTest/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func runTests(t *testing.T, prv providers.DNSServiceProvider, domainName string,
}

// Abide by filter
fmt.Printf("DEBUG testPermitted: prov=%q profile=%q\n", *providerFlag, *profileFlag)
//fmt.Printf("DEBUG testPermitted: prov=%q profile=%q\n", *providerFlag, *profileFlag)
if err := testPermitted(*profileFlag, *group); err != nil {
//t.Logf("%s: ***SKIPPED(%v)***", group.Desc, err)
makeChanges(t, prv, dc, tc("Empty"), fmt.Sprintf("%02d:%s ***SKIPPED(%v)***", gIdx, group.Desc, err), false, origConfig)
Expand Down

0 comments on commit f202433

Please sign in to comment.