chore: remove debug

v1
paring 2023-05-09 17:19:53 +09:00
parent 66ea3182d2
commit 81a13238db
1 changed files with 2 additions and 6 deletions

View File

@ -120,12 +120,8 @@ fn run_recorder(callback: fn(Event)) -> Result<(), Error> {
context: context, context: context,
}); });
let result = dbg!(xrecord::XRecordEnableContextAsync( let result =
dpy_data, xrecord::XRecordEnableContextAsync(dpy_data, context, Some(record_callback), &mut 0);
context,
Some(record_callback),
&mut 0
));
if result == 0 { if result == 0 {
return Err(Error { return Err(Error {