Skip to content

Commit

Permalink
Delete stray debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Mar 16, 2023
1 parent abdb6e0 commit a765574
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/sim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ impl Sim {
.unwrap();
let Some((id, pos, ch)) = q.get() else { continue; };
ids.push(id.to_bits());
let prev = character_transforms.len();
postcard_helpers::serialize(pos.local.as_ref(), &mut character_transforms).unwrap();
assert_eq!(character_transforms.len(), prev + 4 * 4 * 4);
postcard_helpers::serialize(&ch.name, &mut character_names).unwrap();
}

Expand Down

0 comments on commit a765574

Please sign in to comment.