chore: remove console log

This commit is contained in:
Sean Norwood 2022-04-03 00:27:00 +00:00
parent eec288af5f
commit ad67cb00e2
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ export default NextAuth({
password: credentials.password,
};
//debug
console.log("Payload", payload);
const res = await fetch("http://localhost:8000/api/login/", {
method: "POST",
body: JSON.stringify(payload),