mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 16:14:22 +00:00
Remove excessively verbose debug message from Gold
This commit is contained in:
parent
072fffe868
commit
04d6e78228
1 changed files with 0 additions and 1 deletions
|
@ -3,5 +3,4 @@ class_name Gold
|
||||||
|
|
||||||
|
|
||||||
func _on_move(movement: Vector2) -> void:
|
func _on_move(movement: Vector2) -> void:
|
||||||
Log.p(self, "%s" % movement)
|
|
||||||
position += movement
|
position += movement
|
||||||
|
|
Loading…
Reference in a new issue