Invert logging
This commit is contained in:
parent
7a1635e7bc
commit
f6b9d44e4b
4 changed files with 38 additions and 37 deletions
|
@ -210,7 +210,7 @@ export default class RoomList2 extends React.Component<IProps, IState> {
|
|||
|
||||
private updateLists = () => {
|
||||
const newLists = RoomListStore.instance.orderedLists;
|
||||
if (!window.mx_QuietRoomListLogging) {
|
||||
if (window.mx_LoudRoomListLogging) {
|
||||
// TODO: Remove debug: https://github.com/vector-im/riot-web/issues/14035
|
||||
console.log("new lists", newLists);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue