dont log start of new ws conn

This commit is contained in:
sawka 2023-04-04 23:44:47 -07:00
parent 174a4ef8fd
commit 6c4a8e01df

View File

@ -190,7 +190,7 @@ func (ws *WSState) handleWatchScreen(wsPk *scpacket.WatchScreenPacketType) error
log.Printf("[ws %s] watchscreen %s/%s\n", ws.ClientId, wsPk.SessionId, wsPk.ScreenId)
}
if wsPk.Connect {
log.Printf("[ws %s] watchscreen connect\n", ws.ClientId)
// log.Printf("[ws %s] watchscreen connect\n", ws.ClientId)
err := ws.handleConnection()
if err != nil {
return fmt.Errorf("connect: %w", err)