diff --git a/frontend/src/components/Scrollable.js b/frontend/src/components/Scrollable.js index 65d3f5fe..4ab9f6a7 100644 --- a/frontend/src/components/Scrollable.js +++ b/frontend/src/components/Scrollable.js @@ -19,7 +19,6 @@ const Scrollable = (props) => { const handleScroll = (e) => { const currentScroll = Math.ceil(getScrollPrecent(e) / 10); if (currentScroll > scrollDepth) { - // withTracking( setScrollDepth(currentScroll); isLoaded && mixpanel.people.increment({