Skip to content

Commit

Permalink
rm debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Aug 6, 2024
1 parent c7c11c2 commit 5613553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/src/second_pass/collect_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ impl<'a> SecondPassParser<'a> {
prop_info: &PropInfo,
player: &PlayerMetaData,
) -> Result<Variant, PropCollectionError> {
println!("CUSTOM {:?}", prop_name);
match prop_name {
"X" => self.collect_cell_coordinate_player(CoordinateAxis::X, entity_id),
"Y" => self.collect_cell_coordinate_player(CoordinateAxis::Y, entity_id),
Expand Down

0 comments on commit 5613553

Please sign in to comment.