Remove `println!` statement from test

This commit is contained in:
a2x 2024-06-19 20:30:00 +10:00
parent 86e536407b
commit ebea3364c4
1 changed files with 0 additions and 2 deletions

View File

@ -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())