fix(ui): remove logs

This commit is contained in:
sylenien 2022-08-16 09:58:11 +02:00
parent a0a09f293e
commit c8bede6108
2 changed files with 0 additions and 2 deletions

View file

@ -91,7 +91,6 @@ function AssistActions({
React.useEffect(() => {
if (!onCall && isCallActive && agentIds) {
logger.log('joinig the party', agentIds)
setPrestart(true);
call(agentIds)
}

View file

@ -195,7 +195,6 @@ export default class DashboardStore implements IDashboardSotre {
}
updateKey(key: any, value: any) {
console.log(key, value)
this[key] = value;
}