mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 08:04: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()
|
return get_parent()
|
||||||
|
|
||||||
|
|
||||||
func _on_priority_changed(new: int, _old: int) -> void:
|
func _on_priority_changed(_new: int, _old: int) -> void:
|
||||||
Log.p(self, "Priority changed to: %s" % new)
|
|
||||||
priority_changed_no_args.emit()
|
priority_changed_no_args.emit()
|
||||||
|
|
||||||
func _ready() -> void:
|
func _ready() -> void:
|
||||||
|
|
Loading…
Reference in a new issue