Skip to content

Commit ef61527

Browse files
committed
Remove dead code
1 parent 7fbff7d commit ef61527

File tree

1 file changed

+0
-3
lines changed
  • packages-exp/auth-compat-exp/src

1 file changed

+0
-3
lines changed

packages-exp/auth-compat-exp/src/auth.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ export class Auth
4949
}
5050

5151
const { apiKey } = app.options;
52-
// if (this.auth._deleted) {
53-
// return;
54-
// }
5552
// TODO: platform needs to be determined using heuristics
5653
_assert(apiKey, exp.AuthErrorCode.INVALID_API_KEY, {
5754
appName: app.name

0 commit comments

Comments
 (0)