Removed Unneeded Debug line

This commit is contained in:
Eroax 2024-02-09 02:06:47 -07:00
parent 4a40b48ab5
commit 7acaa0c597

View file

@ -276,8 +276,6 @@ func check_auth_peer(peer : StreamPeerTCP):
func check_chat_socket(dict, rich = false): func check_chat_socket(dict, rich = false):
prints(dict.user, dict.message)
if rich: if rich:
chat_received_rich.emit(dict) chat_received_rich.emit(dict)