Skip to content

Commit

Permalink
chore(demo): remove unused prop from faro instance (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
codecapitano authored Feb 19, 2025
1 parent 2695cf9 commit 43be0f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions demo/src/client/faro/initialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ export function initializeFaro(): Faro {
version: env.package.version,
environment: env.mode.name,
},

locationTracking: {
enabled: true,
},
});

faro.api.pushLog(['Faro was initialized']);
Expand Down

0 comments on commit 43be0f5

Please sign in to comment.