princesse/misc: suppression d'un debug

Tout simplement
This commit is contained in:
Thomas Lavocat
2023-04-29 22:28:29 +02:00
parent ab71180eab
commit 04ee7232dc

View File

@@ -343,8 +343,6 @@ func _physics_process(delta: float) -> void:
velocity.y = jump()
velocity.y = fall()
velocity.x = walk(direction)
if not is_zero_approx(velocity.x):
print(" walk velocity ", velocity.x )
kick()
move_and_handle_collisions()