Remove window logging calls before defined.

pull/2174/head
warrickct 3 years ago
parent 614cdccd2c
commit 1bb61b9372

@ -223,11 +223,8 @@ window.getOpenGroupBlockList = () => {
.toString()
.split('\n');
// TODO: trim whitespace
window.log.warn({ blockList });
window.groupBlockList = blockList;
} catch (e) {
window.info.error({ e });
return [];
}
}

Loading…
Cancel
Save