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("");