mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Remove useless logging
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
a85ec6daa9
commit
ebd7655f16
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue