Remove print statement

This commit is contained in:
Nathan Lovato 2020-02-11 13:30:49 -06:00
parent 46dad32bfa
commit f9b52fc24c

View File

@ -12,4 +12,3 @@ func set_text_bbcode(value: String)-> void:
if not rich_text_label:
yield(self, "ready")
rich_text_label.bbcode_text = text_bbcode
print(rich_text_label.text)