Pārlūkot izejas kodu

:fire: Remove debug forward prints

DricomDragon 1 gadu atpakaļ
vecāks
revīzija
82bd8c9fb1
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      godot/component/entity/walker/walker.gd

+ 0 - 2
godot/component/entity/walker/walker.gd

@@ -151,8 +151,6 @@ func _look_forward(forward: Vector3) -> void:
 	if is_vertical:
 		return
 	else:
-		print("Look from ", position, " to direction ", forward)
-		print("Angle ", forward.angle_to(Vector3.UP))
 		look_at(position + forward)