Removed printing the changelog in update_changelog setget

This commit is contained in:
Noah 2022-11-09 16:44:31 -06:00
parent 65e38eff1b
commit bf44db93c5

View File

@ -81,8 +81,6 @@ func _download_request_completed(_result, _response_code, _headers, body):
# SETGETS
func update_changelog(new_value):
print("Set to "+new_value.body)
$Changelog_panel/ScrollContainer/RichTextLabel.text = new_value.body