mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 22:31:28 +03:00
Remove log info
This commit is contained in:
@@ -110,7 +110,6 @@ impl EnigoPynput {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
log::info!("send pynput: {:?}", &s);
|
|
||||||
return self.tx.send((PyMsg::Str(s), is_press)).is_ok();
|
return self.tx.send((PyMsg::Str(s), is_press)).is_ok();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user