mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
log as info
This commit is contained in:
parent
9e891c3442
commit
1a6931129b
@ -69,7 +69,7 @@ export class RoomTileViewModel extends ViewModel {
|
|||||||
} else {
|
} else {
|
||||||
log(`${myRoom.name || myRoom.id} comes first`, result);
|
log(`${myRoom.name || myRoom.id} comes first`, result);
|
||||||
}
|
}
|
||||||
console.log(buf);
|
console.info(buf);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
log(`comparing ${myRoom.name || theirRoom.id} and ${theirRoom.name || theirRoom.id} ...`);
|
log(`comparing ${myRoom.name || theirRoom.id} and ${theirRoom.name || theirRoom.id} ...`);
|
||||||
|
Loading…
Reference in New Issue
Block a user