File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,7 @@ export async function createWsServer(options: CreateWsServerOptions) {
6161
6262 wsClients . add ( ws )
6363 const color = meta . isTrusted ? c . green : c . yellow
64- const trustedKeys = Object . keys ( contextInternal . storage . auth . value ( ) . trusted )
65- console . log ( color `${ MARK_INFO } Websocket client connected. [${ meta . id } ] [${ meta . clientAuthToken } ] (${ meta . isTrusted ? 'trusted' : 'untrusted' } ) authToken=${ authToken } trustedKeys=${ JSON . stringify ( trustedKeys ) } isClientAuthDisabled=${ isClientAuthDisabled } ` )
64+ console . log ( color `${ MARK_INFO } Websocket client connected. [${ meta . id } ] [${ meta . clientAuthToken } ] (${ meta . isTrusted ? 'trusted' : 'untrusted' } )` )
6665 } ,
6766 onDisconnected : ( ws , meta ) => {
6867 wsClients . delete ( ws )
You can’t perform that action at this time.
0 commit comments