Skip to content
Snippets Groups Projects
Commit 231b4a4c authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

remove console log

parent a86e90ae
No related branches found
No related tags found
1 merge request!624Feat/us780 matomo opt out
......@@ -25,8 +25,6 @@ export const App = ({ tracker }: AppProps) => {
const { termsStatus } = useSelector((state: AppStore) => state.ecolyo.global)
const isDev = new EnvironmentService().isLocal()
console.log(isDev)
useEffect(() => {
if (tracker && !isDev) {
if (termsStatus.accepted) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment