diff --git a/internal/webrtc/manager.go b/internal/webrtc/manager.go index f05b7c6c..1039d672 100644 --- a/internal/webrtc/manager.go +++ b/internal/webrtc/manager.go @@ -326,7 +326,6 @@ func (manager *WebRTCManagerCtx) CreatePeer(session types.Session, videoID strin // send initial cursor position x, y := manager.desktop.GetCursorPosition() - manager.logger.Warn().Int("x", x).Int("y", y).Msg("got cursor position") cursorPosition(x, y) })