Skip to content

Commit

Permalink
Remove duplicate tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Jan 7, 2025
1 parent 3c28d8c commit b776d67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commands/project/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ exports.handler = async options => {
const accountConfig = getAccountConfig(derivedAccountId);
const accountType = accountConfig && accountConfig.accountType;

trackCommandUsage('project-upload', { type: accountType }, derivedAccountId);

const { projectConfig, projectDir } = await getProjectConfig();

trackCommandUsage('project-upload', { type: accountType }, derivedAccountId);
Expand Down

0 comments on commit b776d67

Please sign in to comment.