Remove unused var in doc

This commit is contained in:
ChrisLR 2024-01-13 10:50:31 -05:00
parent 3d0c3f1cc6
commit c0fbbd42b1

View file

@ -147,7 +147,6 @@ extends Node
# The URL we will connect to.
var websocket_url = "ws://localhost:4008"
var socket := WebSocketPeer.new()
var connected := false
@onready var output_label = $"../Panel/VBoxContainer/RichTextLabel"
@onready var text_edit = $"../Panel/VBoxContainer/HBoxContainer/TextEdit"