Skip to content

Commit

Permalink
Update BrowserPage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Jan 29, 2025
1 parent e798b7c commit 3366d68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/renderer/src/browser/BrowserPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export class Page extends EventEmitter {
this.screenshotTaskQueue = new TaskQueue();
this.browser = browser;
this.id = String(Math.random());
console.log({sourceMapGetter});
this.sourceMapGetter = sourceMapGetter;
this.logLevel = logLevel;
this.pageIndex = pageIndex;
Expand Down

0 comments on commit 3366d68

Please sign in to comment.