Clean up console log statements.
This commit is contained in:
@@ -18,7 +18,6 @@ export default function HelpRescue() {
|
||||
body: bodyFormData,
|
||||
}
|
||||
);
|
||||
console.log("handleClick -> res1", await res1.text());
|
||||
};
|
||||
|
||||
return (
|
||||
@@ -40,7 +39,6 @@ export default function HelpRescue() {
|
||||
method="post"
|
||||
id="logmeinsupport"
|
||||
onSubmit={(...props) => {
|
||||
console.log(`props`, props);
|
||||
alert();
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user