Removed debugging instruction.

This commit is contained in:
Martin Baulig
1998-07-30 14:03:13 +00:00
parent 8ced0f5889
commit d18a6cf2ce

View File

@@ -208,8 +208,6 @@ glibtop_internet_addr (host)
IN_ADDR numeric_addr; /* host address */
numeric_addr = inet_addr (host);
fprintf (stderr, "TEST: %lx - %lx\n",
(IN_ADDR) numeric_addr, (IN_ADDR) 0xffffffff);
if (!NUMERIC_ADDR_ERROR)
return numeric_addr;
else if ((hp = gethostbyname (host)) != NULL)