From 9a7720f4d967a52ea8aa4497fcb06181efd0daf6 Mon Sep 17 00:00:00 2001 From: "Aaron (Yueh-Han) Huang" Date: Sun, 18 Aug 2024 20:45:07 -0700 Subject: [PATCH] Removed console logs in index.tsx You probably don't need this console log --- pages/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 972ac79..57c410c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -37,9 +37,6 @@ const Home: NextPage = () => { bio.slice(-1) === "." ? "" : "." }`; - console.log({ prompt }); - console.log({ generatedBios }); - const generateBio = async (e: any) => { e.preventDefault(); setGeneratedBios("");