diff --git a/Client/src/Pages/Monitors/CreateMonitor/index.jsx b/Client/src/Pages/Monitors/CreateMonitor/index.jsx index 4b98602a5..b09cc2b97 100644 --- a/Client/src/Pages/Monitors/CreateMonitor/index.jsx +++ b/Client/src/Pages/Monitors/CreateMonitor/index.jsx @@ -88,11 +88,6 @@ const CreateMonitor = () => { } }; - // const handleNotifications = (event) => { - // const { value } = event.target; - // setMonitor((prev) => ({ ...prev, notifications: value })); - // }; - const handleCreateMonitor = async (event) => { event.preventDefault(); //obj to submit @@ -146,8 +141,6 @@ const CreateMonitor = () => { { _id: 5, name: "5 minutes" }, ]; - console.log(monitor); - return (