fix(tracker): remove console logs
This commit is contained in:
parent
c4fc8981aa
commit
78e3e8a554
2 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker-assist",
|
||||
"description": "Tracker plugin for screen assistance through the WebRTC",
|
||||
"version": "6.0.0-beta.1",
|
||||
"version": "6.0.0-beta.10",
|
||||
"keywords": [
|
||||
"WebRTC",
|
||||
"assistance",
|
||||
|
|
|
|||
|
|
@ -324,8 +324,7 @@ export default class Assist {
|
|||
this.agents = {}
|
||||
if (recordingState.isActive) recordingState.stopRecording()
|
||||
})
|
||||
socket.on('call_end', (info) => {
|
||||
const id = info.data
|
||||
socket.on('call_end', (id) => {
|
||||
if (!callingAgents.has(id)) {
|
||||
app.debug.warn('Received call_end from unknown agent', id)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue