[NET] in6_pton: Kill errant printf statement.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2006-08-25 00:27:09 -07:00
parent 1884f78c7a
commit d4f3e9b735

View file

@ -306,8 +306,6 @@ int in6_pton(const char *src, int srclen,
if (srclen < 0)
srclen = strlen(src);
printf("srclen=%d\n", srclen);
while (1) {
int c;