removed console.logs

This commit is contained in:
2025-10-07 15:58:16 +01:00
parent 50d22def56
commit 992fb4f959
5 changed files with 7 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ const SightingModal = ({
dispatch({ type: "ADD", payload: sighting });
handleClose();
} catch (error) {
console.log(error);
console.error(error);
toast.error("Failed to add sighting to alert list");
handleClose();
}