mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-18 07:43:01 +08:00
Remove log info
This commit is contained in:
parent
a46df491e5
commit
b3b97ee69a
@ -110,7 +110,6 @@ impl EnigoPynput {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
log::info!("send pynput: {:?}", &s);
|
||||
return self.tx.send((PyMsg::Str(s), is_press)).is_ok();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user