chore: removes console log

This commit is contained in:
James
2024-03-05 15:19:16 -05:00
parent b0edd2d137
commit e1294ac210

View File

@@ -54,7 +54,6 @@ export const getPayload = async (options: InitOptions): Promise<Payload> => {
const data = JSON.parse(event.data)
if ('action' in data && data.action === 'serverComponentChanges') {
console.log(data)
cached.reload = true
}
}