clean: remove debug print

This commit is contained in:
2025-10-30 10:00:24 -05:00
parent 887edc13b9
commit 94ae14f105

View File

@ -149,7 +149,6 @@ void signal_handler(int code)
char *dns_lookup(const char *hostname) char *dns_lookup(const char *hostname)
{ {
printf("%s\n",hostname);
char *ipstr = malloc(sizeof(char) * INET_ADDRSTRLEN); char *ipstr = malloc(sizeof(char) * INET_ADDRSTRLEN);
if (ipstr == NULL) if (ipstr == NULL)
return NULL; return NULL;