diff --git a/src/server/entry.js b/src/server/entry.js index 3b4dc4b..3887db7 100644 --- a/src/server/entry.js +++ b/src/server/entry.js @@ -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))), );