Ver Fonte

:fire: Remove useless debug

DricomDragon há 1 ano atrás
pai
commit
b01017e029
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      netnet/component/entity/jumper/jumper_input.gd

+ 0 - 1
netnet/component/entity/jumper/jumper_input.gd

@@ -35,7 +35,6 @@ func _new_direction() -> Vector2:
 		new_dir.x = 0.0
 
 	new_dir.x += Input.get_axis("move_left", "move_right")
-	print(Input.get_axis("move_left", "move_right"))
 
 	if new_dir == Vector2.ZERO:
 		return Vector2.ZERO