Skip to content

Commit a49200b

Browse files
not deprecating disconnect
1 parent bb6a037 commit a49200b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sdkBase.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ export abstract class SdkBase {
198198
return isOptoutIdentity(this._identity);
199199
}
200200

201-
/**
202-
* @deprecated disconnect() should no longer be used for anything
203-
*/
204201
public disconnect() {
205202
this.abort(`${this._product.name} SDK disconnected.`);
206203
// Note: This silently fails to clear the cookie if init hasn't been called and a cookieDomain is used!

0 commit comments

Comments
 (0)