mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
remove not needed log message.
This commit is contained in:
parent
c862711e6a
commit
7df1040439
@ -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)
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user