Skip to content

Commit

Permalink
[NET] in6_pton: Kill errant printf statement.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
David S. Miller committed Sep 22, 2006
1 parent 1884f78 commit d4f3e9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/core/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d4f3e9b

Please sign in to comment.