a game about throwing hammers made for the github game off
Diffstat (limited to 'hammers/hammer.gd')
-rw-r--r--hammers/hammer.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/hammers/hammer.gd b/hammers/hammer.gd
index 96cfc3c..c25a706 100644
--- a/hammers/hammer.gd
+++ b/hammers/hammer.gd
@@ -107,7 +107,6 @@ func _on_body_entered(_body: Node2D) -> void:
## Throws this [Hammer].
func throw(p_direction: Vector2) -> void:
- print("throw")
set_collision_layer_value(7, false)
direction = p_direction
trail.emitting = true