remove debug alert
This commit is contained in:
parent
9be64730b6
commit
387bad73b0
1 changed files with 0 additions and 1 deletions
|
@ -363,7 +363,6 @@ export class RoomViewModel extends ViewModel {
|
|||
await call.join(localMedia);
|
||||
} catch (err) {
|
||||
console.error(err.stack);
|
||||
alert(err.message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue