1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

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