Browse Source

remove print statement

pbs
Jake Probst 5 years ago
parent
commit
7763741fcb
  1. 1
      src/login/login.rs

1
src/login/login.rs

@ -199,7 +199,6 @@ mod test {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
})).collect::<Vec<_>>();
println!("{:?}", send);
assert!(send == vec![
SendLoginPacket::LoginResponse(LoginResponse {
flag: 0,

Loading…
Cancel
Save