1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00

Remove excessively verbose debug message from Gold

This commit is contained in:
Steffo 2024-04-14 04:15:33 +02:00
parent 072fffe868
commit 04d6e78228
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -3,5 +3,4 @@ class_name Gold
func _on_move(movement: Vector2) -> void:
Log.p(self, "%s" % movement)
position += movement