Browse Source

:fire: Remove plane debug print

DricomDragon 1 year ago
parent
commit
cc475882ae
1 changed files with 0 additions and 1 deletions
  1. 0 1
      first3d/component/entity/plane/tiny_plane.gd

+ 0 - 1
first3d/component/entity/plane/tiny_plane.gd

@@ -20,7 +20,6 @@ func trigger_thrust(activate: bool) -> void:
 
 
 func trigger_direction(dir: Vector2) -> void:
-	print(dir)
 	target_torque = -dir.x * turn_to_torque
 	target_pitch = -dir.y * move_to_pitch