Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Jun 26, 2024
1 parent fa34c32 commit c8ce2f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/scripts/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -775,10 +775,6 @@ export function setupController(

// this is triggered when a new tab is opened, or origin(url) is changed
if (remotePort.sender && remotePort.sender.tab && remotePort.sender.url) {
const tabId = remotePort.sender.tab.id;
const url = new URL(remotePort.sender.url);
const { origin } = url;

trackDappView(remotePort);
}

Expand Down

0 comments on commit c8ce2f8

Please sign in to comment.