removed redundant log statement

This commit is contained in:
ak 2023-09-30 23:20:09 -07:00
parent 4500ea8ec3
commit aeb32a576f

View file

@ -51,7 +51,6 @@ getPost();
// submit comment // submit comment
const submitComment = async (text, name) => { const submitComment = async (text, name) => {
console.log(name);
// create JSON object and proper headers // create JSON object and proper headers
const options = { const options = {
method: "POST", method: "POST",