chore: junk

This commit is contained in:
cha0s 2020-07-21 00:50:16 -05:00
parent 1afb874028
commit 7958d104fc

View File

@ -111,7 +111,6 @@ export const appChatState = async (req) => {
if (0 === toHydrate.length) {
return null;
}
console.log({toHydrate})
const entries = await Promise.all(
toHydrate.map((favorite) => channelState(req, joinChannel(favorite))),
);