diff --git a/src/components/ResponseSection.js b/src/components/ResponseSection.js index 0efb5c1..ea04ddd 100644 --- a/src/components/ResponseSection.js +++ b/src/components/ResponseSection.js @@ -25,10 +25,6 @@ export default function ResponseSection({ userInput, response, responseRef }) { setResponseToRender(null); } }, [responseToRender, contents, resCount, userInput]); - - useEffect(() => { - console.log(contents); - }, [contents]); return (