diff --git a/UI/Controls/chat_box.gd b/UI/Controls/chat_box.gd index 2e5403ce..898e61a3 100644 --- a/UI/Controls/chat_box.gd +++ b/UI/Controls/chat_box.gd @@ -23,7 +23,6 @@ func _ready() -> void: print("Waiting for Twitcher Ready...") waiting_for_ready = true await get_tree().process_frame - print("Twitcher ready!") _orientate_chatbox() Globals.twitcher.chat.message_received.connect(_handle_chat)