mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Use logger
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
parent
f69e032a52
commit
ab860b8655
@ -277,7 +277,7 @@ export async function createRoom(
|
||||
|
||||
const result = await createPromise;
|
||||
|
||||
console.log(
|
||||
logger.log(
|
||||
`Creating ${ptt ? "PTT" : "video"} group call in ${result.room_id}`
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user