refactor: remove duplicate input trace
This commit is contained in:
parent
78affc4052
commit
7481be5aaf
1 changed files with 0 additions and 1 deletions
|
@ -480,7 +480,6 @@ fn dispatch_input(ctx: *anyopaque, cbor_msg: []const u8) void {
|
||||||
const m: tp.message = .{ .buf = cbor_msg };
|
const m: tp.message = .{ .buf = cbor_msg };
|
||||||
const from = tp.self_pid();
|
const from = tp.self_pid();
|
||||||
self.unrendered_input_events_count += 1;
|
self.unrendered_input_events_count += 1;
|
||||||
tp.trace(tp.channel.input, m);
|
|
||||||
self.input_listeners.send(from, m) catch {};
|
self.input_listeners.send(from, m) catch {};
|
||||||
if (self.keyboard_focus) |w|
|
if (self.keyboard_focus) |w|
|
||||||
if (w.send(from, m) catch |e| ret: {
|
if (w.send(from, m) catch |e| ret: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue