From 3983b69c73b1c117a68ffcf4962ca6b319e0a6b5 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Sat, 2 Nov 2019 18:48:09 +0700 Subject: [PATCH] removed consolelog --- src/components/flow/FlowHero/index.tsx | 4 ---- 1 file changed, 4 deletions(-) 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 (