Page MenuHomePhabricator

[Cashtab] [Extension] [Code cleanup p1] Remove unused variables from background.js
AbandonedPublic

Authored by bytesofman on Nov 15 2022, 14:24.

Details

Reviewers
kieran709
Group Reviewers
Restricted Project
Summary

T2751

Cashtab's extension codebase contains artifacts and some unused variables that were connected with the earliest versions, before getting it set up properly in the monorepo.

This stack goes through and cleans up background.js and contentscript.js

In this diff, unused variables are removed from background.js

Test Plan

npm run extension
Build is good, works

Diff Detail