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:
parent
782d752c3e
commit
1100f60db8
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue