Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4f3e9b7 authored by David S. Miller's avatar David S. Miller
Browse files

[NET] in6_pton: Kill errant printf statement.

parent 1884f78c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;