diff options
Diffstat (limited to 'toolkit/identity/tests/unit/tail_identity.js')
-rw-r--r-- | toolkit/identity/tests/unit/tail_identity.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/toolkit/identity/tests/unit/tail_identity.js b/toolkit/identity/tests/unit/tail_identity.js deleted file mode 100644 index c263f8369..000000000 --- a/toolkit/identity/tests/unit/tail_identity.js +++ /dev/null @@ -1,8 +0,0 @@ - -// pre-emptively shut down to clear resources -if (typeof IdentityService !== "undefined") { - IdentityService.shutdown(); -} else if (typeof IDService !== "undefined") { - IDService.shutdown(); -} - |