Skip to content

Commit d42ca4c

Browse files
committed
remove debug
1 parent 83b68ea commit d42ca4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: providers/dns/axelname/axelname.go

-3
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,7 @@ func (d *DNSProvider) CleanUp(domain, token, keyAuth string) error {
134134
return fmt.Errorf("axelname: list records: %w", err)
135135
}
136136

137-
fmt.Println("DEBUG: records", len(records)) // TODO: remove debug
138-
139137
for _, record := range records {
140-
fmt.Println("DEBUG: record", record.Type, record.Value, info.Value) // TODO: remove debug
141138
if record.Type != "TXT" || record.Value != info.Value {
142139
continue
143140
}

0 commit comments

Comments
 (0)