remove some stray random prints

This commit is contained in:
Haze Weathers 2024-02-29 01:26:56 -05:00
parent 7ffdbf6219
commit 83f0bccd9a
9 changed files with 0 additions and 10 deletions

View file

@ -31,7 +31,6 @@ func _physics_process(delta):
sparks.emitting = false
func switch_action():
Console.print("Disable laser")
cast.enabled = false
off_time = INF
on_time = 0

View file

@ -23,8 +23,6 @@ func _physics_process(delta):
#Resume with pause button
if Input.is_action_just_pressed("pause"):
unpause()
Console.print(get_tree().paused)
func _input(event: InputEvent) -> void:
if can_switch_lore: