Remove log info

This commit is contained in:
Asura 2022-07-23 21:45:00 +08:00
parent a46df491e5
commit b3b97ee69a

View File

@ -110,7 +110,6 @@ impl EnigoPynput {
return true;
}
};
log::info!("send pynput: {:?}", &s);
return self.tx.send((PyMsg::Str(s), is_press)).is_ok();
}
}