diff --git a/client/src/components/alert/alert.component.jsx b/client/src/components/alert/alert.component.jsx index d33b1a55e..f02edd614 100644 --- a/client/src/components/alert/alert.component.jsx +++ b/client/src/components/alert/alert.component.jsx @@ -1,8 +1,6 @@ import { Alert } from "antd"; import React from "react"; -import { logImEXEvent } from "../../firebase/firebase.utils"; export default function AlertComponent(props) { - if (props.type === "error") logImEXEvent("alert_render", { ...props }); return ; }