diff --git a/packages/core/src/unlighthouse.ts b/packages/core/src/unlighthouse.ts index e105640..32e1aa1 100644 --- a/packages/core/src/unlighthouse.ts +++ b/packages/core/src/unlighthouse.ts @@ -175,7 +175,6 @@ export async function createUnlighthouse(userConfig: UserConfig, provider?: Prov return {} }) const cookies = await taskCtx.page.cookies() - logger.debug('Authentication completed', { cookies, localStorageData, sessionStorageData, indexedDb }) logger.debug('Authentication completed', { cookies, localStorageData, sessionStorageData }) // merge this into the config // @ts-expect-error untyped