mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
remove not needed log message.
This commit is contained in:
parent
c862711e6a
commit
7df1040439
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue