diff --git a/src/actions/index.js b/src/actions/index.js index ffc198b..352ca97 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -10,7 +10,6 @@ export const getRepos = () => async (dispatch, getState) => { }; export const updateEmailBody = (event) => async (dispatch, getState) => { - console.log(event); dispatch({ type: 'UPDATE_EMAIL_BODY', payload: event.target.value, diff --git a/src/components/Card.js b/src/components/Card.js index 548fe13..29ccb96 100644 --- a/src/components/Card.js +++ b/src/components/Card.js @@ -2,7 +2,6 @@ import React from 'react'; import './css/Card.css'; const Card = (props) => { - console.log(props); return (