remove not needed log message.

This commit is contained in:
Miroslav Šedivý 2021-02-18 16:59:36 +01:00
parent c862711e6a
commit 7df1040439

View File

@ -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)
})