Skip to content

Commit f6be8a4

Browse files
committed
remove logs
1 parent 6c17eba commit f6be8a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/EmailForm.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ const EmailForm: React.FC<Props> = ({ characters }) => {
1515
const random = Math.floor(Math.random() * (characters.length - 1));
1616
const randomCharacter = characters[random];
1717

18-
console.log("email: ", email);
19-
console.log("name: ", randomCharacter?.name);
20-
console.log("species: ", randomCharacter?.species);
21-
2218
// Make send email request to /api/send-email
2319
fetch("http://localhost:3000/api/send-email", {
2420
method: "POST",

0 commit comments

Comments
 (0)