Unused guff

This commit is contained in:
David Baker 2015-09-25 16:25:20 +01:00
parent fe369858b7
commit bc2eca16f9

View File

@ -39,7 +39,6 @@ module.exports = {
var s = {
logged_in: !!(MatrixClientPeg.get() && MatrixClientPeg.get().credentials),
ready: false,
aux_panel: null,
};
if (s.logged_in) {
if (MatrixClientPeg.get().getRooms().length) {