1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 15:44:23 +00:00

Remove debug logging from Edible

This commit is contained in:
Steffo 2024-04-19 03:32:05 +02:00
parent 496977996c
commit 4fbf8c6d8d
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 0 additions and 5 deletions

View file

@ -14,6 +14,3 @@ signal eaten
func eat():
eaten.emit()
func _on_eaten() -> void:
Log.p(self, "Got eaten.")

View file

@ -4,5 +4,3 @@
[node name="Edible" type="Node"]
script = ExtResource("1_l6vtr")
[connection signal="eaten" from="." to="." method="_on_eaten"]