Disable Mixpanel debugging

This commit is contained in:
Andrew Dryga
2024-05-21 11:12:52 -06:00
parent a7e54686b0
commit b8e5afa064

View File

@@ -44,7 +44,6 @@ defmodule Web.AnalyticsComponents do
</script>
<script :if={not is_nil(@token)} type="text/javascript">
mixpanel.init("<%= @token %>", {track_pageview: "url-with-path-and-query-string"});
mixpanel.set_config({debug: true});
</script>
"""
end