mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Remove a dbg!() x2
This commit is contained in:
@@ -39,7 +39,6 @@ impl Node {
|
||||
match self {
|
||||
Node::Usb(u) => {
|
||||
u.write_bytes(message).ok();
|
||||
dbg!(message);
|
||||
}
|
||||
Node::Hid(h) => {
|
||||
h.write_bytes(message).ok();
|
||||
|
||||
@@ -96,7 +96,6 @@ impl CtrlAnimeZbus {
|
||||
enabled: bool,
|
||||
) {
|
||||
let mut lock = self.0.lock().await;
|
||||
dbg!("LOOOOOOOOOOCKEDDD");
|
||||
lock.node
|
||||
.write_bytes(&pkt_set_enable_powersave_anim(enabled))
|
||||
.map_err(|err| {
|
||||
|
||||
Reference in New Issue
Block a user