Remove some dbg statements
This commit is contained in:
@@ -247,8 +247,8 @@ where
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
other => {
|
_other => {
|
||||||
dbg!(other);
|
// dbg!(other);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -329,9 +329,9 @@ fn inner_parse_packet(
|
|||||||
events.push(DemoEvent::ServerInfo(Box::new(raw)));
|
events.push(DemoEvent::ServerInfo(Box::new(raw)));
|
||||||
}
|
}
|
||||||
crate::netmessagetypes::NetmessageType::net_SignonState => {
|
crate::netmessagetypes::NetmessageType::net_SignonState => {
|
||||||
let raw: crate::csgo_proto::CnetMsgSignonState =
|
let _raw: crate::csgo_proto::CnetMsgSignonState =
|
||||||
prost::Message::decode(msg_bytes.as_slice())?;
|
prost::Message::decode(msg_bytes.as_slice())?;
|
||||||
dbg!(raw);
|
// dbg!(raw);
|
||||||
}
|
}
|
||||||
crate::netmessagetypes::NetmessageType::net_Tick => {
|
crate::netmessagetypes::NetmessageType::net_Tick => {
|
||||||
let raw: crate::csgo_proto::CnetMsgTick =
|
let raw: crate::csgo_proto::CnetMsgTick =
|
||||||
|
|||||||
Reference in New Issue
Block a user