Remove log info
This commit is contained in:
parent
a46df491e5
commit
b3b97ee69a
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user