mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-05-23 04:15:34 +08:00
Remove println!
statement from test
This commit is contained in:
parent
86e536407b
commit
ebea3364c4
@ -164,8 +164,6 @@ mod tests {
|
||||
|
||||
let global_vars: u64 = process.read(client_base + offset).data_part()?;
|
||||
|
||||
println!("global vars: {:#X}", global_vars);
|
||||
|
||||
let cur_map_name = {
|
||||
let addr = process
|
||||
.read_addr64((global_vars + 0x1C8).into())
|
||||
|
Loading…
x
Reference in New Issue
Block a user