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 Priority

This commit is contained in:
Steffo 2024-04-19 01:49:49 +02:00
parent 782d752c3e
commit 1100f60db8
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -58,8 +58,7 @@ func get_ref() -> Node:
return get_parent()
func _on_priority_changed(new: int, _old: int) -> void:
Log.p(self, "Priority changed to: %s" % new)
func _on_priority_changed(_new: int, _old: int) -> void:
priority_changed_no_args.emit()
func _ready() -> void: