Invert logging

This commit is contained in:
Travis Ralston 2020-07-14 13:18:06 -06:00
parent 7a1635e7bc
commit f6b9d44e4b
4 changed files with 38 additions and 37 deletions

View file

@ -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);
}