Remove useless logging

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-09-02 19:49:10 +03:00
parent a85ec6daa9
commit ebd7655f16

View file

@ -4,9 +4,6 @@ const FORM_CHECKERS = {
android: (e, edata) => { android: (e, edata) => {
let data = Object.fromEntries(new FormData(e.target).entries()); let data = Object.fromEntries(new FormData(e.target).entries());
console.log(data);
console.log(edata);
function no_has_gh(str) { function no_has_gh(str) {
return str.indexOf(data["gh-username"]) === -1; return str.indexOf(data["gh-username"]) === -1;
} }