Probably OK for debugging info to access private stuff

pull/21833/head
David Baker 2020-03-24 13:13:28 +00:00
parent 5e1a46c656
commit 0fce57f891
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ export default class CrossSigningPanel extends React.PureComponent {
};
async _getUpdatedStatus() {
// XXX: Add public accessors if we keep this around in production
const cli = MatrixClientPeg.get();
const crossSigning = cli._crypto._crossSigningInfo;
const secretStorage = cli._crypto._secretStorage;