Browse Source

:fire: Remove crash debug

DricomDragon 1 year ago
parent
commit
f18bf9aec3
1 changed files with 0 additions and 9 deletions
  1. 0 9
      godot/effect/crash/crash.gd

+ 0 - 9
godot/effect/crash/crash.gd

@@ -2,14 +2,5 @@ class_name CrashEffect
 extends Node3D
 
 
-func _init():
-	print("Crash init")
-
-
-func _ready():
-	print("Crash ready")
-
-
 func _on_noise_finished():
-	print("Crash end")
 	queue_free()