fix(ui): remove logs
This commit is contained in:
parent
a0a09f293e
commit
c8bede6108
2 changed files with 0 additions and 2 deletions
|
|
@ -91,7 +91,6 @@ function AssistActions({
|
|||
|
||||
React.useEffect(() => {
|
||||
if (!onCall && isCallActive && agentIds) {
|
||||
logger.log('joinig the party', agentIds)
|
||||
setPrestart(true);
|
||||
call(agentIds)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,7 +195,6 @@ export default class DashboardStore implements IDashboardSotre {
|
|||
}
|
||||
|
||||
updateKey(key: any, value: any) {
|
||||
console.log(key, value)
|
||||
this[key] = value;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue