removed console.logs
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user