diff --git a/src/components/flow/FlowHero/index.tsx b/src/components/flow/FlowHero/index.tsx index 552cd999..bfed6809 100644 --- a/src/components/flow/FlowHero/index.tsx +++ b/src/components/flow/FlowHero/index.tsx @@ -70,10 +70,6 @@ const FlowHeroUnconnected: FC = ({ heroes, history }) => { history.push(URLS.NODE_URL(current)); }, [current]); - useEffect(() => { - console.log({ limit }); - }, [limit]); - return (