removed redundant log statement
This commit is contained in:
parent
4500ea8ec3
commit
aeb32a576f
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue