Skip to content

Commit

Permalink
rm unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
ebebbington committed May 16, 2024
1 parent 5d2a7ba commit a7cdd0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export class Page extends ProtocolClass {

#console_errors: string[] = [];

#uuid: string;

constructor(
targetId: string,
client: Client,
Expand All @@ -33,7 +31,6 @@ export class Page extends ProtocolClass {
super(socket);
this.target_id = targetId;
this.client = client;
this.#uuid = (Math.random() + 1).toString(36).substring(7);

this.#listenForErrors();
}
Expand Down

0 comments on commit a7cdd0f

Please sign in to comment.