log as info

This commit is contained in:
Bruno Windels 2020-08-27 10:50:30 +02:00
parent 9e891c3442
commit 1a6931129b

View file

@ -69,7 +69,7 @@ export class RoomTileViewModel extends ViewModel {
} else {
log(`${myRoom.name || myRoom.id} comes first`, result);
}
console.log(buf);
console.info(buf);
return result;
}
log(`comparing ${myRoom.name || theirRoom.id} and ${theirRoom.name || theirRoom.id} ...`);