Skip to content

Commit

Permalink
quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
achsu3 committed Mar 13, 2024
1 parent 8b851a9 commit 9086474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndt7.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func NewClient(clientName, clientVersion string, clientIP string) *Client {
// }
// }

fmt.Printf("Found Address: %s\n", clientIP)
// fmt.Printf("Found Address: %s\n", clientIP)
localAddr := &net.TCPAddr{IP: net.ParseIP(clientIP)}

return &Client{
Expand Down

0 comments on commit 9086474

Please sign in to comment.