Kill debug printf that crept in my last commit

This commit is contained in:
Warner Losh 2003-04-21 17:25:39 +00:00
parent 25639ca722
commit 01ee1d1668
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113805

View File

@ -696,7 +696,6 @@ event_loop(void)
FD_SET(fd, &fds);
rv = select(fd + 1, &fds, &fds, &fds, &tv);
// No events -> we've processed all pending events
fprintf(stderr, "Select returns %d\n", rv);
if (rv == 0) {
if (Dflag)
fprintf(stderr, "Calling daemon\n");