eloop: remove verbose debug messages
These dispatch debug messages are currently no longer needed and just fill the log needlessly. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
5cc190d947
commit
4d34890cde
@ -549,8 +549,6 @@ int kmscon_eloop_dispatch(struct kmscon_eloop *loop, int timeout)
|
|||||||
return -errno;
|
return -errno;
|
||||||
}
|
}
|
||||||
|
|
||||||
log_debug("eloop: dispatch %d fd event(s)\n", count);
|
|
||||||
|
|
||||||
loop->cur_fds = ep;
|
loop->cur_fds = ep;
|
||||||
loop->cur_fds_cnt = count;
|
loop->cur_fds_cnt = count;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user