diff --git a/src/components/Article/FullArticle.tsx b/src/components/Article/FullArticle.tsx
index c516872b..fa78d1f8 100644
--- a/src/components/Article/FullArticle.tsx
+++ b/src/components/Article/FullArticle.tsx
@@ -65,14 +65,6 @@ export const FullArticle = (props: ArticleProps) => {
})
}
}
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
- const script = document.createElement('script')
- script.type = 'text/javascript'
- script.src = 'https://ackee.discours.io/tracker.js'
- script.setAttribute('data-ackee-domain-id', 'dfaf6bc4-163c-4885-9d8b-1e72f7064d42')
- script.setAttribute('data-ackee-server', 'https://ackee.discours.io')
- script.async = true
- document.head.appendChild(script)
})
//