forked from mystiq/hydrogen-web
log as info
This commit is contained in:
parent
9e891c3442
commit
1a6931129b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue