Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
valeelim committed Nov 26, 2023
1 parent 14a9d93 commit d67dd90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useMixpanel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import mixpanel from "mixpanel-browser";

mixpanel.init(process.env.REACT_APP_MIXPANEL_PROJECT_TOKEN, {
debug: true,
persistence: "localStorage",
track_pageview: true,
});
Expand Down

0 comments on commit d67dd90

Please sign in to comment.