Skip to content

Commit

Permalink
chore: remove toStringTag (#8776)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Aug 11, 2022
1 parent a238f57 commit 23da971
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/common/Target.ts
Original file line number Diff line number Diff line change
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 23da971

Please sign in to comment.