Skip to content

Commit

Permalink
remove consolelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nmpereira committed Sep 27, 2023
1 parent 87c531d commit 35e8e1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ const App = (): JSX.Element => {
);

useEffect(() => {
console.log("tracker started", OPENREPLAY_KEY);
tracker.start();
}, []);
// tracker.setUserID(userName);
tracker.setUserID(userName);
const onGlobalUsers = ({
globalUsersCount,
}: {
Expand Down

0 comments on commit 35e8e1e

Please sign in to comment.