mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-04-21 23:00:41 +02:00
libeis: remove leftover debug log
Fixes: 73e0e8d339 ("eis: add EI_EVENT_SYNC as opaque event to correctly schedule callbacks")
Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/348>
This commit is contained in:
parent
5567524ecc
commit
6194880aa9
1 changed files with 0 additions and 1 deletions
|
|
@ -448,7 +448,6 @@ eis_get_event(struct eis *eis)
|
|||
int rc = eis_callback_event_done(callback, 0);
|
||||
_unref_(brei_result) *result = brei_result_new_from_neg_errno(rc);
|
||||
if (result) {
|
||||
log_debug(eis_event_get_context(e), ".... result is %d\n", rc);
|
||||
struct eis_client *client = eis_event_get_client(e);
|
||||
eis_client_disconnect_with_reason(client,
|
||||
brei_result_get_reason(result),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue