fix(tracker): remove console logs

This commit is contained in:
nick-delirium 2023-06-07 15:40:32 +02:00
parent c4fc8981aa
commit 78e3e8a554
2 changed files with 2 additions and 3 deletions

View file

@ -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",

View file

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