diff --git a/searching-front/app/core/helpers/metrika.ts b/searching-front/app/core/helpers/metrika.ts
index 7961530..a4abc61 100644
--- a/searching-front/app/core/helpers/metrika.ts
+++ b/searching-front/app/core/helpers/metrika.ts
@@ -1,5 +1,4 @@
export const count = (event:string) => {
yaCounter90644479.reachGoal(event)
gtag('event', event);
- console.log(event)
}
\ No newline at end of file
diff --git a/searching-front/app/core/pages/State/State.tsx b/searching-front/app/core/pages/State/State.tsx
index 04dd76c..8fade22 100644
--- a/searching-front/app/core/pages/State/State.tsx
+++ b/searching-front/app/core/pages/State/State.tsx
@@ -97,7 +97,7 @@ const State = ({
keepPreviousData: true,
initialData: historyOfStatePreloaded,
})
- console.log(historyPeriod, historyOfState)
+
return (
@@ -124,7 +124,7 @@ const State = ({
onClick={()=>count('from_state_page_to_site')}
>
{getDomainFromUrl(i.address)}
-