remove more debug

This commit is contained in:
cqc
2024-05-15 15:10:50 -05:00
parent d72b7529c5
commit accf22a9f9

View File

@ -616,9 +616,9 @@ module Ui = struct
| None -> Event.resolver [ Event.pack Fun.id t.bindings ]
in
Event.(
(*Event.(
F.epr "Ui.keycallback %a %a %a@." pp_key key pp_key_action state
pp_mods mods);
pp_mods mods); *)
match Event.resolve (Key (state, key, mods)) res with
| Event.Accepted actions ->
callback_resolver := None;
@ -639,8 +639,8 @@ module Ui = struct
ui.bindings <- f ui.bindings
let chrcallback_ref : (Uchar.t -> unit Lwt.t) ref =
ref (fun c ->
F.epr "chrcallback: '%a'@." pp_uchar c;
ref (fun _c ->
(* F.epr "chrcallback: '%a'@." pp_uchar _c; *)
Lwt.return_unit)
let chrcallback _t (chr : int) : unit Lwt.t =