Removing a lot of logging

This commit is contained in:
Dan Baker 2024-05-05 18:08:50 +01:00
parent e88b2248b3
commit 07b63a8426
15 changed files with 9 additions and 67 deletions

View file

@ -16,9 +16,6 @@ var director_drones : Array = [] # List of all director drones in the world
@onready var distractor_drone = preload("res://entities/DistractorDrone.tscn")
@onready var collector_drone = preload("res://entities/CollectorDrone.tscn")
func _ready() -> void:
Log.pr("Drone Manager Ready...")
## Function to detect right click event
func _input(event) -> void:
if spawning_drone: