Skip to content

Commit 9b7d8ca

Browse files
committed
fix: remove log for cli
1 parent 20c57fd commit 9b7d8ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/dnslookup/dnslookup.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import (
55
"net"
66
"strings"
77

8-
"log"
9-
108
"github.com/sunggun-yu/dnsq/internal/models"
119
)
1210

@@ -37,7 +35,6 @@ func GetDNSRecords(hostname string) []models.DNSRecord {
3735

3836
// CNAME lookup
3937
cname, err := net.LookupCNAME(currentHost)
40-
log.Printf("CNAME for %s: %s", currentHost, cname)
4138

4239
if err == nil && cname != currentHost+"." {
4340
// remove trailing dot

0 commit comments

Comments
 (0)