From 1001de3111d8908b1214363e10555b329fd7962f Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Mon, 20 Sep 2021 16:38:04 -0400 Subject: [PATCH] Removed Unnecessary logs --- src/actions/index.js | 1 - src/components/Card.js | 1 - 2 files changed, 2 deletions(-) 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 (