chore: remove toStringTag (#8776)

This commit is contained in:
Alex Rudenko
2022-08-11 15:47:30 +02:00
committed by GitHub
parent a238f5758d
commit 23da97105c

View File

@@ -135,13 +135,6 @@ export class Target {
return this.#sessionFactory();
}
/**
* @internal
*/
get [Symbol.toStringTag](): string {
return JSON.stringify(this.#targetInfo, null, 2);
}
/**
* @internal
*/