mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove accidental leftover dbg
This commit is contained in:
parent
23912bd5f2
commit
4e60d19762
@ -559,7 +559,7 @@ fn within_pickup_range<S: FindDist<find_dist::Cylinder>>(
|
||||
) -> bool {
|
||||
entity_cylinder
|
||||
.and_then(|entity_cylinder| {
|
||||
shape_fn().map(|shape| dbg!(shape.min_distance(entity_cylinder)) < MAX_PICKUP_RANGE)
|
||||
shape_fn().map(|shape| shape.min_distance(entity_cylinder) < MAX_PICKUP_RANGE)
|
||||
})
|
||||
.unwrap_or(false)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user