Skip to content

Commit

Permalink
chore: remove toStringTag (#8776)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored and pull[bot] committed Sep 15, 2022
1 parent b40e9e3 commit 1069273
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/common/Target.ts
Expand Up @@ -135,13 +135,6 @@ export class Target {
return this.#sessionFactory();
}

/**
* @internal
*/
get [Symbol.toStringTag](): string {
return JSON.stringify(this.#targetInfo, null, 2);
}

/**
* @internal
*/
Expand Down

0 comments on commit 1069273

Please sign in to comment.