Removed debug text
All checks were successful
linting & formatting / build (push) Successful in 12s

This commit is contained in:
Rob Kelly 2025-09-29 17:00:07 -06:00
parent 1ef6cce565
commit 52e70f8c14

View File

@ -29,7 +29,6 @@ func _get_tween() -> Tween:
func do_kick(landing_speed: float) -> void:
print_debug("Landing speed: ", landing_speed)
if landing_speed < min_landing_speed:
return