mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
Removed Unneeded Debug line
This commit is contained in:
parent
4a40b48ab5
commit
7acaa0c597
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue