Browse Source

:fire: Remove useless debug

DricomDragon 1 năm trước cách đây
mục cha
commit
b01017e029
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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