diff --git a/lib/libc/gen/getttyent.c b/lib/libc/gen/getttyent.c index db90bf284738..ecfdbf016c48 100644 --- a/lib/libc/gen/getttyent.c +++ b/lib/libc/gen/getttyent.c @@ -250,7 +250,6 @@ setttyent() } closedir(devpts_dir); } - printf("it is %d %d\n", maxpts, curpts); if (tf) { rewind(tf); return (1);