chore: remove context log

This commit is contained in:
amhsirak
2024-11-19 16:59:21 +05:30
parent cc4dcfda44
commit baad982783

View File

@@ -163,7 +163,6 @@ export class RemoteBrowser {
contextOptions.userAgent = browserUserAgent;
this.context = await this.browser.newContext(contextOptions);
console.log(`Context from initialize: ${JSON.stringify(this.context)}`)
this.currentPage = await this.context.newPage();
console.log(`CPage from initialize: ${JSON.stringify(this.currentPage)}`)
// await this.currentPage.setExtraHTTPHeaders({